InterviewSolution
| 1. |
What is the proper lifecycle hooks for the application development in Angular 5? |
|
Answer» In Angular 5, all the components or directives have specific lifecycle events that are being managed by the @angular/core. They are used in the creation of components, rendering it, creating and rendering their children components in the hierarchy. |
|