UNPKG

@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) 412 B
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add Angular model to the project", "factory": "./ng-add", "schema": "./ng-add/schema.json", "hidden": true }, "model": { "description": "Generates model service", "factory": "./model", "schema": "./model/schema.json" } } }