пример плиз
@Directive({ selector:'autofocus' }) export class AutoFocus implements AfterViewInit{ constructor( private elementRef: ElementRef ){} ngAfterViewInit(){ this.elementRef.nativeElement.focus(); } }
у меня же элементы динамичны
это вроде работает в статике
Обсуждают сегодня