angular-fire-schematics
Version:
AngularFire Schematics
23 lines (22 loc) • 769 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"add": {
"description": "Adds Angular Firebase to the application without affecting any templates",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json"
},
"ng-add": {
"description": "Adds Angular Firebase to the application without affecting any templates",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json",
"aliases": ["install"]
},
"ng-add-setup-project": {
"description": "Sets up the specified project after the ng-add dependencies have been installed.",
"private": true,
"factory": "./ng-add/setup-project",
"schema": "./ng-add/schema.json"
}
}
}