@viewChild not working - cannot read property nativeElement of undefined

后端 未结 8 1861
孤街浪徒
孤街浪徒 2020-12-05 06:00

I\'m trying to access a native element in order to focus on it when another element is clicked (much like the html attribute \"for\" - for cannot be used on elements of th

8条回答
  •  有刺的猬
    2020-12-05 06:47

    it just simple :import this directory

    import {Component, Directive, Input, ViewChild} from '@angular/core';
    

提交回复
热议问题