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
/
ng2-process-tree.d.ts
3 lines
(2 loc)
•
297 B
TypeScript
View Raw
1
2
3
import
{
SchematicContext
,
Tree
}
from
'@angular-devkit/schematics'
;
export
declare
function
ng2ProcessTree
(
tree
:
Tree
,
_context
:
SchematicContext
,
_options
:
any
,
newCode
:
string
,
newMarkup
:
string
,
newImports
?: [
string
,
string
][]
):
import
(
"@angular-devkit/schematics/src/tree/interface"
).
Tree
;