UNPKG

@nstudio/ionic-angular

Version:

Ionic Angular Plugin for xplat

39 lines (38 loc) 1.29 kB
{ "name": "nstudio/ionic-angular", "version": "0.1", "extends": ["@nstudio/ionic", "@nstudio/angular"], "schematics": { "ng-add": { "factory": "./src/schematics/ng-add", "schema": "./src/schematics/ng-add/schema.json", "description": "Add xplat ionic angular to an existing Nx Workspace.", "hidden": true }, "application": { "factory": "./src/schematics/application", "schema": "./src/schematics/application/schema.json", "aliases": ["app"], "description": "Create an Ionic Angular app." }, "component": { "factory": "./src/schematics/component", "schema": "./src/schematics/component/schema.json", "description": "Create an Ionic Angular component configured for xplat projects and shared code.", "aliases": ["c"], "hidden": true }, "feature": { "factory": "./src/schematics/feature", "schema": "./src/schematics/feature/schema.json", "description": "Create an Ionic Angular feature module configured for xplat projects and shared code.", "hidden": true }, "xplat": { "factory": "./src/schematics/xplat", "schema": "./src/schematics/xplat/schema.json", "description": "Add xplat for ionic.", "hidden": true } } }