UNPKG
ng2-charts-schematics
Version:
beta (0.2.0-beta.1)
latest (0.1.7)
0.2.0-beta.1
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
ng2-charts schematics collection for generating chart components
ng2-charts-schematics
/
src
/
ng2-charts-schematics
/
read-into-source-file.d.ts
4 lines
(3 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
import
{
Tree
}
from
'@angular-devkit/schematics'
;
import
*
as
ts
from
'typescript'
;
export
declare
function
readIntoSourceFile
(
host
:
Tree
,
modulePath
:
string
): ts.
SourceFile
;