This below mentioned will be the lifecycle hooks order in AngularJS.
  • ngOnChanges()
  • ngOnInit()
  • ngDoCheck()
  • ngAfterContentInit()
  • ngAfterContentChecked()
  • ngAfterViewInit()
  • ngAfterViewChecked()
  • ngOnDestroy()
BY Best Interview Question ON 01 Aug 2019