+1 vote
in Angular by

When ngAfterViewChecked event get called in Angular 2 Application Lifecycle?

1 Answer

0 votes
by

ngAfterViewChecked event is called in response after Angular checks the component's views and child views.

...