@ngrx/entity
Version:
Common utilities for entity reducers
15 lines (14 loc) • 360 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsNgRxEntity",
"title": "NgRx Entity Schema",
"type": "object",
"properties": {
"skipPackageJson": {
"type": "boolean",
"default": false,
"description": "Do not add @ngrx/entity as dependency to package.json (e.g., --skipPackageJson)."
}
},
"required": []
}