gpt4 book ai didi

Angular Material 图标不起作用

转载 作者:太空狗 更新时间:2023-10-29 16:48:01 25 4
gpt4 key购买 nike

我已经为 angular 安装了 Material,

我已经在我的应用程序模块中导入了 MatIconModule(使用 import { MatIconModule } from '@angular/material/icon';)

我已将它添加到我的 ngmodule imports 下:

@NgModule({
imports: [
//...
MatIconModule,
//...

我已经导入了所有样式表

而且我还在我的应用程序组件中导入了它,该组件实际上(试图)使用它们(使用另一个 import {MatIconModule} from '@angular/material/icon'; 行它的开头)。

但 Material 图标仍然没有出现。

例如,这一行:

<button mat-icon-button (click)="snav.toggle()"><mat-icon>menu</mat-icon></button>

我期待这样的事情:

expected

但是我明白了:

actual

有什么建议吗?

最佳答案

为 Material 图标添加 CSS 样式表!

将以下内容添加到您的 index.html:

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

引用 - https://github.com/angular/material2/issues/7948

关于Angular Material 图标不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49796212/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com