@nstudio/web-angular
Version:
Web Angular Plugin for xplat
33 lines (32 loc) • 1.07 kB
JSON
{
"name": "nstudio/web-angular",
"version": "0.1",
"extends": ["@nstudio/web", "@nstudio/angular"],
"schematics": {
"ng-add": {
"factory": "./src/schematics/ng-add",
"schema": "./src/schematics/ng-add/schema.json",
"description": "Add xplat web-angular to an existing Nx Workspace.",
"hidden": true
},
"feature": {
"factory": "./src/schematics/feature",
"schema": "./src/schematics/feature/schema.json",
"description": "Create a web angular feature module configured for xplat projects and shared code.",
"hidden": true
},
"component": {
"factory": "./src/schematics/component",
"schema": "./src/schematics/component/schema.json",
"description": "Create a web angular component configured for xplat projects and shared code.",
"aliases": ["c"],
"hidden": true
},
"xplat": {
"factory": "./src/schematics/xplat",
"schema": "./src/schematics/xplat/schema.json",
"description": "Add xplat for web angular.",
"hidden": true
}
}
}