+1 vote
in Angular by

When ngOnDestroy event get called in Angular 2 Application Lifecycle?

1 Answer

0 votes
by

ngOnDestroy event is the cleanup phase just before Angular destroys the directive/component.

...