@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.
14 lines (7 loc) • 515 B
Markdown
[@rxap/life-cycle](../wiki/globals) / LifeCycleHook
# Interface: LifeCycleHook
Defined in: [life-cycle.service.ts:21](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/life-cycle/src/lib/life-cycle.service.ts#L21)
## Properties
### promise
> **promise**: `PromiseLike`\<`any`\>
Defined in: [life-cycle.service.ts:22](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/life-cycle/src/lib/life-cycle.service.ts#L22)