Using Angular Material v10
See original GitHub issueWe updated our project to Angular v10 and upgrading Angular Material v10 didn’t work without using --force:
$ ng update @angular/material
Using package manager: 'npm'
Collecting installed dependencies...
Found 40 dependencies.
Fetching dependency metadata from registry...
Package "@danielmoncada/angular-datetime-picker" has an incompatible peer dependency to "@angular/cdk" (requires "^8.0.0 || ^9.0.0", would install "10.0.1").
✖ Migration failed: 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.
See "/private/var/folders/9w/p0dbd93j26qcc_5z4h222_c00000gn/T/ng-kqHLjM/angular-errors.log" for further details.
The update with --force worked without any issues.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Angular Material UI component library
Provide tools that help developers build their own custom components with common interaction patterns. Customizable within the bounds of the Material Design ...
Read more >10.0.2 - @angular/material - npm
Start using @angular/material in your project by running `npm i @angular/material`. There are 2264 other projects in the npm registry using ...
Read more >Angular Material v10 snippets - Visual Studio Marketplace
HTML Snippets ; a-md-input-fc, matInput with formControlName enclosed <mat-form-field> ; a-md-input-ngModel, matInput with ngModel enclosed <mat- ...
Read more >Angular Material V10 Mat Select With Mat Chip List Qx5cq ...
'@angular/material/form-field';. import {SelectMultipleExample} from './app/. select-multiple-example';. // Default MatFormField appearance to 'fill'.
Read more >Building World-class Apps with Angular Material - Fullstack.io
Angular Material aims to do exactly that - it is the official implementation of Material Design for the Angular Framework and is built...
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 Free
Top 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

I’ve been pretty busy with work lately… I’ll do my best to look into ng10 support this week
@fruchtzwerg thanks, I’ll go ahead and push it out of alpha.