UNPKG
useasdemo
Version:
latest (1.0.0-rc.0)
1.0.0-rc.0
Schematics specific to ecip
ecip.com
ecip/ecip
useasdemo
/
ng-add
/
index.d.ts
4 lines
(3 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
import
{
Schema
as
NgAddOptions
}
from
"./schema"
;
import
{
Rule
}
from
"@angular-devkit/schematics"
;
export
default
function
(
options: NgAddOptions
):
Rule
;