0 votes
in Angular by
What is the sequence of Angular Lifecycle Hooks?

1 Answer

0 votes
by

OnChange()  -  OnInit()  -  DoCheck()  -  AfterContentInit()  -  AfterContentChecked()  -  AfterViewInit()  -  AfterViewChecked()  -  OnDestroy(). 

...