UNPKG

379 BJSONView Raw
1{
2 "$schema": "@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Add firebase deploy schematic",
6 "factory": "./schematics/public_api#ngAdd"
7 },
8 "ng-add-setup-project": {
9 "description": "Setup ng deploy",
10 "factory": "./schematics/public_api#ngAddSetupProject"
11 }
12 }
13 }