UNPKG

ng2-charts-schematics

Version:

ng2-charts schematics collection for generating chart components

4 lines (3 loc) 179 B
import { Tree } from '@angular-devkit/schematics'; import * as ts from 'typescript'; export declare function readIntoSourceFile(host: Tree, modulePath: string): ts.SourceFile;