You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [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
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.`
The text was updated successfully, but these errors were encountered: