What is the use of ngafterviewinit?
Answer / Sada Shiv Mishra
ngAfterViewInit is an Angular lifecycle hook used to execute a method after the component's or directive's view has been initialized. It is called after ngOnInit and can be used to perform additional setup that requires access to the actual DOM.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to handle and retry the failed request due to poor network connection in angular 4?
What is embedded view in angular?
What is backend javascript?
List down the popular angularjs ide plugins/extensions for web development?
What is an angular 2 component?
Is angular 4 a framework?
What is the main purpose of find index in angularjs?
What is the use of filter in angularjs?
What is an entry component?
what would you have in a shared module in angular 2?
Is pipe a system call?
What is the process of inserting an embedded view from a prepared templateref?