+1 vote
in Angular by

When ngAfterContentInit event get called in Angular 2 Application Lifecycle?

1 Answer

0 votes
by

ngAfterContentInit event is called in response after Angular projects external content into the component's view.

...