UNPKG

@rxap/life-cycle

Version:

Provides an Angular service and guard to manage application lifecycle. It allows to execute code when the application is stable and ready. Includes a guard to prevent route activation until the app is ready.

3 lines (2 loc) 84 B
export * from './lib/is-app-ready.guard'; export * from './lib/life-cycle.service';