In Angular9, I have installed angular-material but it is giving following error.
ERROR in The target entry-point "@angular/material/sidenav" has missing dependencies:
- @angular/cdk/platform
- @angular/cdk/scrolling
- @angular/cdk/a11y
- @angular/cdk/bidi
- @angular/cdk/coercion
- @angular/cdk/keycodes
I have tried to downgrade the material version but it is still giving error.
Angular material has dependencies on angular/cdk and angular/animations.
Did you install with ng add, or npm install? Either way, you probably need to specify version 9.
Please post your package.json if you still need help.