What is the life cycle event to check whether the dom is fully loaded?
Answer / Sadhan Kumari
The Angular 2 life cycle event to check whether the DOM is fully loaded is the ngAfterViewInit(). This event is emitted after the view has been initialized and all of its child views have also been initialized. At this point, you can assume that the DOM is fully loaded.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are guards in angular 2?
What is angular @ routeparams?
Explain the differences between one-way binding and two-way binding.
How to validate form in angular 4?
What is $interval service in AngularJS?
What are the advantages of using angular.js framework?
Does AngularJS has dependency on jQuery?
how to include an external css in angular 4?
How does aot compiler work?
What is httpclient in angular?
What is the use of ng dblclick?
What are differences between template and templateurl?