What are hooks in Angular 2?

simovic00
simovic00

Posted On: Mar 13, 2020

 

The Lifecycle hooks are provided by the Angular JS to provide visibility into key moments of the Angular Lifecycle. Angular component goes through a different process of the lifecycle from creation to destruction. These different stages of the lifecycle are called the lifecycle of a component. Angular JS provides visibility into these different stages component through the lifecycle hooks.

There are eight lifecycle hooks in Angular

  • ngOnChanges()
  • ngOnInit()
  • ngDoCheck()
  • ngAfterContentInit()
  • ngAfterContentChecked()
  • ngAfterViewInit()
  • ngAfterViewChecked()
  • ngonDestroy()

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Angular 2 Interview Questions

    What is Angular 2 ?

    Angular 2 is a completely revived component-based framework in which an application is a tree of loosely coupled compon..

    Angular 2 Interview Questions

    List some advantages of Angular 2 over Angular1.

    Angular 2 is a re-written version of Angular1 and not an update. The best way to compare Angular 2 and Angular 1 is by f..

    Angular 2 Interview Questions

    What are the new features of Angular 2?

    Angular 2 is a platform that encompasses a wide range of capabilities. Some new features were added in Angular 2 which i..