ionic-team / ionic-team/angular-toolkit

ionic generate: Unknown option: '--change-detection'

未关闭
#305 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
73
派生
34
平均合并
6 分钟
30 天内合并 PR
5

描述

**Description:**

One of the examples in the [Ionic Generate docs](https://ionicframework.com/docs/cli/commands/generate#examples) is `ionic generate component login-form --change-detection=OnPush` but executing that exact command returns an error:

```
ionic generate component login-form --change-detection=OnPush
=> Unknown option: '--change-detection'
```

The same happens when trying to use some other options:

```
ionic generate component login-form --view-encapsulation=None
=> Unknown option: '--view-encapsulation'
```

**Steps to Reproduce:**

In any Ionic Angular project execute the following command: `ionic generate component login-form --change-detection=OnPush`

**Output:**

```
ionic generate component login-form --change-detection=OnPush
=> Unknown option: '--change-detection'
```

**My `ionic info`:**

```
Ionic:

Ionic CLI : 6.11.8
Ionic Framework : @ionic/angular 5.3.2
@angular-devkit/build-angular : 0.1000.8
@angular-devkit/schematics : 10.0.8
@angular/cli : 10.0.8
@ionic/angular-toolkit : 2.3.3

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 9.0.0, ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 23 other plugins)

Utility:

cordova-res : 0.15.1
native-run (update available: 1.0.0) : 0.2.6

System:

Android SDK Tools : 26.1.1
ios-deploy : 1.9.4
ios-sim : 8.0.2
NodeJS : v10.16.2
npm : 6.9.0
OS : macOS Catalina
Xcode : Xcode 11.6 Build version 11E708
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。