I am referencing a control using ElementRef and for this I use the following:
@ViewChild('btnGuardarDatosGenerales') btnGuardarDatosGenerales: ElementRef;
I need the reference to be able to reach your click () event, with javascript I can...
asked by
08.08.2018 / 21:37