1.

What are the life cycle hooks order in AngularJS?

Answer»

This below MENTIONED will be the LIFECYCLE HOOKS ORDER in AngularJS.

  • ngOnChanges()
  • NGONINIT()
  • ngDoCheck()
  • ngAfterContentInit()
  • ngAfterContentChecked()
  • ngAfterViewInit()
  • ngAfterViewChecked()
  • ngOnDestroy()


Discussion

No Comment Found