+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.

...