26
03/20
Material in Angular9
After you updated angular to 9, you found that Material Components do not work. Well, you need update. Steps: Update Angular Material to version 8 by running ng update @angular/material@8 in your terminal. Instead of importing from @angular/material, you should import deeply from the specific component. E.g. @angular/material/button. ng update will do this automatically for you. Run ng update @angular/material.