问题描述
为什么有角材料不能与 adminlte 模板一起使用,我已经通过app.module.ts导入了所有有角材料的组件,但是当我使用mat-select时,它无法正常工作,因此设计完全崩溃了,例如如下截图:
Why angular material does not work with adminlte template I've imported all angular material component by app.module.ts but when I use mat-select it didn't work the design totally crashed such as below Screenshot :
我的代码与此
另一个屏幕截图
推荐答案
ASPNETZero使用ngx-bootstrap而不是棱角分明的材料,因此ngx-bootstrap已安装,您可以使用其组件,可以找到她的组件 https://valor-software.com/ngx-bootstrap/#/documentation#getting开始
ASPNETZero use ngx-bootstrap rather than angular material, so ngx-bootstrap is already installed and you can use its components, you can find the components her https://valor-software.com/ngx-bootstrap/#/documentation#getting-started
这篇关于Angular材质不适用于ABP 5.6.0附带的adminlte UI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!