The great news finally out, On June 25, 2020, Angular published 10.0 release of the Angular. This version is an important release that spans the whole platform which also includes the framework, Angular Material, and the CLI.
So What’s new in this release?
- New Date Range Picker
- Warnings about CommonJS imports
- Optional Stricter Settings
- New Default Browser Configuration
- Resolve Other Deprecations
We can update to version 10 with below command.
ng update @angular/cli @angular/core
You can read in more detail on Updating to version 10 guide.