@rxap/life-cycle
v18.0.7
Published
A utility package to execute logic after the angular app is ready
Downloads
317
Readme
@rxap/life-cycle
A utility package to execute logic after the angular app is ready
Installation
Add the package to your workspace:
yarn add @rxap/life-cycle
Install peer dependencies:
yarn add @angular/core@^18.0.1 @angular/router@^18.0.1 @rxap/utilities@^16.2.4 rxjs@^7.8.1
Execute the init generator:
yarn nx g @rxap/life-cycle:init
Generators
init
Initialize the package in the workspace
yarn nx g @rxap/life-cycle:init