@ionic/cli-plugin-ionic-angular
Advanced tools
Comparing version
@@ -29,3 +29,12 @@ "use strict"; | ||
const [type, name] = args.inputs; | ||
const commandOptions = args.options; | ||
const commandOptions = { | ||
module: false, | ||
constants: false, | ||
}; | ||
if (args.options['module']) { | ||
commandOptions.module = true; | ||
} | ||
if (args.options['constants']) { | ||
commandOptions.constants = true; | ||
} | ||
switch (type) { | ||
@@ -32,0 +41,0 @@ case 'page': |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.name = '@ionic/cli-plugin-ionic-angular'; | ||
exports.version = '1.5.0-alpha.3adfcb63'; | ||
exports.version = '1.5.0-alpha.a6a804c4'; | ||
function getIonicAngularVersion(env) { | ||
@@ -14,0 +14,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "@ionic/cli-plugin-ionic-angular", | ||
"version": "1.5.0-alpha.3adfcb63", | ||
"version": "1.5.0-alpha.a6a804c4", | ||
"description": "Ionic CLI build plugin for Ionic Angular projects", | ||
@@ -45,3 +45,3 @@ "homepage": "https://ionic.io/", | ||
"dependencies": { | ||
"@ionic/cli-utils": "1.7.0-alpha.3adfcb63", | ||
"@ionic/cli-utils": "1.7.0-alpha.a6a804c4", | ||
"chalk": "^2.0.0", | ||
@@ -51,7 +51,7 @@ "tslib": "^1.7.1" | ||
"devDependencies": { | ||
"@angular/compiler": "^4.2.4", | ||
"@angular/compiler-cli": "^4.2.4", | ||
"@angular/core": "^4.2.4", | ||
"@angular/compiler": "^4.3.2", | ||
"@angular/compiler-cli": "^4.3.2", | ||
"@angular/core": "^4.3.2", | ||
"@ionic/app-scripts": "^2.1.0", | ||
"@ionic/cli-scripts": "0.4.0-alpha.3adfcb63", | ||
"@ionic/cli-scripts": "0.4.0-alpha.a6a804c4", | ||
"@types/chalk": "^0.4.31", | ||
@@ -58,0 +58,0 @@ "@types/clean-css": "^3.4.30", |
19407
1.26%770
54%301
3.08%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed