InterviewSolution
Saved Bookmarks
| 1. |
What are lifecycle hooks and why it is important? |
|
Answer» In ANGULAR, lifecycle hooks are FUNCTIONS which will be called at specific POINTS of a component lifecycle in Angular applications. They are HIGHLY crucial for a component architecture based application. |
|