ngx-observe
Version:
Angular Structural Directive for Observables
42 lines • 985 B
JSON
{
"name": "ngx-observe",
"version": "11.0.1",
"license": "MIT",
"author": "Nils Melhorn <mail@nils-mehlhorn.de> (https://nils-mehlhorn.de)",
"description": "Angular Structural Directive for Observables",
"homepage": "https://github.com/nilsmehlhorn/ngx-observe",
"keywords": [
"rxjs",
"angular",
"typescript",
"javascript",
"loading",
"directive"
],
"repository": {
"type": "git",
"url": "https://github.com/nilsmehlhorn/ngx-observe.git"
},
"bugs": {
"url": "https://github.com/nilsmehlhorn/ngx-observe/issues"
},
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"module": "fesm2022/ngx-observe.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-observe.mjs"
}
},
"sideEffects": false
}