Angular Material Style Class not working

前端 未结 6 1688
后悔当初
后悔当初 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:06

    Try adding the style files to your angular.json, for example you can use the deeppurple amber prebuilt theme:

    "styles": [
        "node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css"
    ]
    

    More information on this page: https://material.angular.io/guide/getting-started#step-4-include-a-theme

提交回复
热议问题