mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
28 lines
618 B
JSON
28 lines
618 B
JSON
{
|
|
"name": "@tomalaforge/ngrx-callstate-store",
|
|
"version": "0.0.4",
|
|
"description": "Enhance NgRx component-store by providing a loading/error state",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tomalaforge/angular-challenges/tree/main/libs/shared/ngrx-callstate-store"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"state",
|
|
"ngrx/component-store"
|
|
],
|
|
"author": {
|
|
"name": "Thomas Laforge"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^15.0.0",
|
|
"@angular/core": "^15.0.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|