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.

84 lines (83 loc) 2.16 kB
{ "version": "19.0.3", "name": "@rxap/life-cycle", "description": "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.\n", "license": "GPL-3.0-or-later", "dependencies": { "@nx/devkit": "20.4.6", "tslib": "2.6.2" }, "peerDependencies": { "@angular/core": "^19.1.3", "@angular/router": "^19.1.3", "@rxap/utilities": "^16.4.3", "rxjs": "^7.8.1" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/angular/life-cycle", "keywords": [ "angular", "angular-life-cycle", "life-cycle", "ngx", "packages", "rxap", "scope:utilities" ], "nx-migrations": { "packageGroup": [ { "package": "@angular/common", "version": "19.1.3" }, { "package": "@angular/core", "version": "19.1.3" }, { "package": "@angular/platform-browser", "version": "19.1.3" }, { "package": "@angular/router", "version": "19.1.3" }, { "package": "@rxap/utilities", "version": "16.4.3" } ] }, "publishConfig": { "access": "public", "directory": "../../../dist/packages/angular/life-cycle" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/angular/life-cycle" }, "schematics": "./generators.json", "sideEffects": false, "gitHead": "15b5fab8912b1042ea325e7f4d98844416018df1", "module": "fesm2022/rxap-life-cycle.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/rxap-life-cycle.mjs" }, "./theme": "./theme.css" } }