Angular Material Style Class not working

前端 未结 6 1614
后悔当初
后悔当初 2021-01-04 10:57

I\'m using Angular Material to add Date Picker to my app. For some reason the angular material is not applying the original angular materia

6条回答
  •  执念已碎
    2021-01-04 11:21

    It worked after wasting 2 days.

    If you don't find any solution just add angular material again. It won't affect your code but It will add the CSS. Don't forget to re-start the angular server.

    ng add @angular/material
    

提交回复
热议问题