+1 vote
in Angular by

When ngOnInit event get called in Angular 2 Application Lifecycle?

1 Answer

0 votes
by

ngOnInit is called whenever the initialization of the directive/component after Angular first displays the data-bound properties happens.

Related questions

+1 vote
asked Jan 24, 2022 in Angular by sharadyadav1986
+1 vote
asked Jul 5, 2021 in Angular by sharadyadav1986
...