text 将角度材质库添加到角度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 将角度材质库添加到角度相关的知识,希望对你有一定的参考价值。

// add this to angular by running it in teriminal
ng add @angular/material

2) select the theme you want to include in your file you can select custom one and build one also

3) // add all this in module file imports
    BrowserAnimationsModule,
    ReactiveFormsModule,
    MatButtonModule,
    MatFormFieldModule,
    MatCheckboxModule,
    MatInputModule,
    MatRippleModule,
    MatIconModule,
    
4) you are ready to use the angular material.    

以上是关于text 将角度材质库添加到角度的主要内容,如果未能解决你的问题,请参考以下文章

dateformat mask到角度材质2中的md-datepicker

角度材质图标不起作用

角度材质2自动完成与角度5

角度材质选项卡(mat-tab)未显示内容

角度材质:嵌套网格

最小化角度材质对话框