Angular Material icons not working

前端 未结 14 2188
走了就别回头了
走了就别回头了 2020-12-23 20:27

I\'ve installed Material for angular,

I\'ve imported on my app module MatIconModule (with import { MatIconModule } from \'@angular/material/icon\';)

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 20:43

    Just Add the following to your index.html:

    link href="https://fonts.googleapis.com/icon?family=Material+Icons"  rel="stylesheet"
    

提交回复
热议问题