Angular MCQs with Answers

Which of the following is not a hook in Angular 2 application life cycle.
A)
ngOnInit
B)
ngOnChanges
C)
ngAfterViewInit
D)
ngViewStart

Correct Answer :   ngViewStart


Explanation : ngViewStart is not a hook in Angular 2 application life cycle.