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) 198 B
import { Tree } from '@angular-devkit/schematics'; export declare function getLibraryVersion(): any; export declare function addPackageToPackageJson(host: Tree, pkg: string, version: string): Tree;