SyntaxFix
Write A Post
Hire A Developer
Questions
html
<input type="hidden" #fondovalor value="valores"> <button (click)="getFotoFondo()">Obtener</button>
ts
@ViewChild('fondovalor') fondovalor:ElementRef; getFotoFondo(){ const valueInput = this.fondovalor.nativeElement.value }