I have a @ViewChild in my component. And use it in ngAfterViewInit method
@ViewChild
ngAfterViewInit
@ViewChild (\'waitBtn\', {read: ElementRef}) waitBtn: ElementR