5 min read
•Question 14 of 46mediumLifecycle Hooks
Component and directive lifecycle.
Lifecycle Hooks Order
- ngOnChanges: Input property changes
- ngOnInit: Component initialization
- ngDoCheck: Custom change detection
- ngAfterContentInit: Content projection done
- ngAfterContentChecked: Content checked
- ngAfterViewInit: View initialization done
- ngAfterViewChecked: View checked
- ngOnDestroy: Before destruction