){el.nativeElement.style.backgroundColor='yellow';}} import语句还从Angular的core库中导入了一个ElementRef符号。
src/app/highlight.directive.ts content_copyimport{Directive,ElementRef,HostListener,Input}from'@angular
hero-detail.component.ts content_copyimport{Directive,ElementRef,Injector,SimpleChanges}from'@angular
元素(Element) Angular定义了ElementRef类来包装与渲染有关的原生UI元素。
比如,document(它可以通过ElementRef访问)以及其它第三方API都可能包含不安全的方法。要避免直接与DOM交互,只要可能,就尽量使用Angular模板。
app/shared/highlight.directive.ts content_copyimport{Directive,ElementRef,Input,OnChanges}from'@angular