SyntaxFix
Write A Post
Hire A Developer
Questions
Just update @angular/material from 7 to 9,
npm uninstall @angular/material --save npm install @angular/material@^7.1.0 --save ng update @angular/material
npm uninstall @angular/material --save
npm install @angular/material@^7.1.0 --save
ng update @angular/material
Just wait and see Angular doing the Migration alone,
Hope it helps someone :)