@angular-extensions/model
Version:
Angular Model - Simple state management with minimalistic API, one way data flow, multiple model support and immutable data exposed as RxJS Observable.
17 lines (16 loc) • 451 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "@angular-extensions/model/ng-add",
"title": "Add Angular model to the project",
"description": "NOTE: Does not work in the --dry-run mode",
"type": "object",
"properties": {
"skipInstall": {
"type": "boolean",
"description": "Skip installing after adding @angular-extensions/model",
"default": false
}
},
"required": [],
"additionalProperties": false
}