Update to Angular Material 10
See original GitHub issueHi, Angular 10 including Material 10 has been released for a few days.
when running ng update @angular/material
you will get the following:
Package "@mat-datetimepicker/core" has an incompatible peer dependency to "@angular/material" (requires "~9.2.1", would install "10.0.1").
Package "@mat-datetimepicker/core" has an incompatible peer dependency to "@angular/cdk" (requires "~9.2.1", would install "10.0.1").
Package "@mat-datetimepicker/moment" has an incompatible peer dependency to "@angular/material-moment-adapter" (requires "~9.2.1", would install "10.0.1").
Would be great if there was a release supporting the new material version 🙂
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to update angular material - Stack Overflow
You'll want to use the npm update command. An example would look like this. npm update @angular/material @angular/cdk.
Read more >@angular/material - npm
Angular Material. Latest version: 15.0.3, last published: 13 days ago. Start using @angular/material in your project by running `npm i ...
Read more >Angular 10 to 11 update guide
Guide to update your Angular application v10.0 -> v11.0 for basic applications. Before you update. You don't need to do anything before moving...
Read more >How To Update Angular CLI To Latest Version
To update Angular CLI to latest version Angular, use ng update @angular/core @angular/cli@latest command.
Read more >Angular Version Upgrade: A quick guide to upgrade from 9.0 ...
Upgrade from Version9.0 to Versio10.0 · Updating package. · Executing migrations of package '@angular/cli' · Update Browserslist configuration file ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use --force: ng update @angular/material --force It worked for me
it’s released in
5.0.0
and a minorREADME.md
bugfix in5.0.1
. thanks a lot @SamuelMarks.