19.0.4 • Published 1 year ago
@rxap/life-cycle
Licence
GPL-3.0-or-later
Version
19.0.4
Deps
2
Size
3.4 MB
Vulns
0
Weekly
0
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.
Installation
Add the package to your workspace:
yarn add @rxap/life-cycle
Install peer dependencies:
yarn add @angular/core @angular/router @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/life-cycle:init
Generators
init
Initialize the package in the workspace
nx g @rxap/life-cycle:init