Acceso a etiqueta o elemento # en agnular

Code examples

0
0

acceso a etiqueta o elemento # en agnular

// importar el decorador de angular/core
Import (ViewChild) from '@angular/core'

// Uso del decorador @ViewChild('aqui va lo que hayas definido en el html con el #') variable: ElementRef
@ViewChild('imgElement') imgElement: ElementRef;

algunaFuncion(){
    // Acceder al nativeElement del child
    console.log(imgElement.nativeElement);
}

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................