While updating to Angular 9 I am getting below errors.
Package "@ionic/angular" has an incompatible peer dependency to "@angular-devkit/core" (requires "7.2.1 - 8", would install "9.0.1").
Package "@ionic/angular" has an incompatible peer dependency to "@angular-devkit/schematics" (requires "7.2.1 - 8", would install "9.0.1").
Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
Updating with force is proper way or should I wait for it. My ionic/angular version is as below.
"@ionic/angular": "^4.7.1",