UNPKG

@angular/fire

Version:
16 lines (15 loc) 416 B
{ "$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" } } }