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.

4 lines (3 loc) 160 B
import { Rule } from '@angular-devkit/schematics'; import { Schema as NgAddOptions } from './schema'; export default function (options: NgAddOptions): Rule;