@ngrx/component-store
Version:
Reactive store for component state
15 lines (14 loc) • 386 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsNgRxComponentStore",
"title": "NgRx Component Store Schema",
"type": "object",
"properties": {
"skipPackageJson": {
"type": "boolean",
"default": false,
"description": "Do not add @ngrx/component-store as dependency to package.json (e.g., --skipPackageJson)."
}
},
"required": []
}