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(). 

Related questions

0 votes
asked Jan 15, 2020 in Angular by rahuljain1
+1 vote
asked Jan 24, 2022 in Angular by sharadyadav1986
...