Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What are the lifecycle hooks for components? ngOnChanges: Called every time a data-bound input property changes. ... ngOnInit: Called once upon initialization of the component. ngDoCheck: Use this hook instead of ngOnChanges for changes that Angular doesn't detect.
Related Topics