Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 12 support - SchematicsAngularService Use "$id" for schema ID #448

Closed
hatsantos opened this issue May 18, 2021 · 1 comment
Closed
Labels

Comments

@hatsantos
Copy link

I just updated on of my ionic/angular apps to Angular 12.

Everything seems to run fine, but the schematics are throwing a warning when running the generate cli command.

`ionic g service pages/draft/coupons
CREATE src/app/pages/draft/coupons.service.spec.ts (388 bytes)
CREATE src/app/pages/draft/coupons.service.ts (141 bytes)
[OK] Generated service!

"SchematicsAngularService" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.`

Ionitron added a commit that referenced this issue May 25, 2021
# [4.0.0](v3.1.1...v4.0.0) (2021-05-25)

### Features

* **package:** update to angular12 ([707175d](707175d)), closes [#447](#447) [#448](#448)

### BREAKING CHANGES

* **package:** Users will need to upgrade to 12.0.0 of Angular/Angular CLI in order to use this.
In order to migrate, please see https://update.angular.io
@Ionitron
Copy link
Collaborator

🎉 This issue has been resolved in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

wand1252 added a commit to wand1252/angular-toolkit-develop that referenced this issue Aug 31, 2022
# [4.0.0](ionic-team/angular-toolkit@v3.1.1...v4.0.0) (2021-05-25)

### Features

* **package:** update to angular12 ([707175d](ionic-team/angular-toolkit@707175d)), closes [#447](ionic-team/angular-toolkit#447) [#448](ionic-team/angular-toolkit#448)

### BREAKING CHANGES

* **package:** Users will need to upgrade to 12.0.0 of Angular/Angular CLI in order to use this.
In order to migrate, please see https://update.angular.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants