UNPKG
angular-fire-schematics
Version:
latest (1.0.0)
1.0.0
0.0.0-development
AngularFire Schematics
github.com/blove/angular-fire-schematics
blove/angular-fire-schematics
angular-fire-schematics
/
src
/
ng-add
/
index.d.ts
4 lines
(3 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
import
{
Rule
}
from
'@angular-devkit/schematics'
;
import
{
Schema
}
from
'./schema'
;
export
default
function
(
options: Schema
):
Rule
;