Explain about lifecycle hook in angular?
Answer / Manu Devi
Lifecycle hooks in AngularJS allow you to execute code at various stages of a component's life cycle. Some common hooks include $postLink (after the view has been linked), $onChanges (when the input properties change), and $onDestroy (just before the component is destroyed).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spa in angular?
What is bootstrapping in angular js?
List some new features comes with angular6
How to access jQLite or jQuery with AngularJS?
What is $q service and when to use it?
How long will it take to learn react?
What is templateref and viewcontainerref?
What are angular classes?
What Is The Difference Between One-Way Binding And Two-Way Binding?
What is mvc application?
How to configure angular routes?
How many modules can be used in a single html page?