@angular/fire
Version:
Angular + Firebase = ❤️
16 lines (15 loc) • 416 B
JSON
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add firebase deploy schematic",
"factory": "./add#ngAdd",
"schema": "./add/schema.json"
},
"ng-add-setup-project": {
"description": "Setup ng deploy",
"factory": "./setup#ngAddSetupProject",
"schema": "./setup/schema.json"
}
}
}