UNPKG

@rx-angular/state

Version:

@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular

3 lines (2 loc) 129 B
import { Tree } from '@angular-devkit/schematics'; export declare function readJsonInTree<T = any>(host: Tree, path: string): T;