UNPKG
@jorgeucanorg/init
Version:
latest (0.0.1)
0.0.1
Add scully to your angular app
@jorgeucanorg/init
/
src
/
ng-add
/
index.d.ts
4 lines
(3 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
import
{
Rule
}
from
'@angular-devkit/schematics'
;
import
{
Schema
}
from
'./schema'
;
export
default
function
(
options: Schema
):
Rule
;