@rxap/life-cycle
TypeScript icon, indicating that this package has built-in type declarations

19.0.3 • Public • Published

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

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

Package Sidebar

Install

npm i @rxap/life-cycle

Weekly Downloads

90

Version

19.0.3

License

GPL-3.0-or-later

Unpacked Size

3.55 MB

Total Files

128

Last publish

Collaborators

  • badry.muenker
  • mmuenker