ngx-ordered-initializer
Version:
An Angular DI token that you can use to provide one or more initialization functions that will be executed in order
35 lines (34 loc) • 985 B
JSON
{
"name": "ngx-ordered-initializer",
"version": "6.0.0",
"description": "An Angular DI token that you can use to provide one or more initialization functions that will be executed in order",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fvilers/ngx-ordered-initializer.git"
},
"keywords": [
"angular",
"dependency-injection",
"initializer"
],
"author": "Fabian Vilers <fabian.vilers@dev-one.com> (https://www.dev-one.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fvilers/ngx-ordered-initializer/issues"
},
"dependencies": {
"@angular/core": "^16.0.0",
"rxjs": "~7.8.0",
"zone.js": "^0.13.0"
},
"homepage": "https://github.com/fvilers/ngx-ordered-initializer#readme",
"devDependencies": {
"typescript": "~5.0.4"
}
}