我正在尝试在Ionic 3应用程序中使用角度材质控件。我安装了@ angular / material,@ angular / cdk和@ angular / animation包。我在app.module.ts中导入了BrowserAnimationModule和MatButtonModule。我正在使用indigo-pink.css主题,它正在加载正常。材质按钮呈现但不显示文本。我已经检查了浏览器的开发控制台中的按钮样式,并且看不到任何不合适的地方。图片如下。我错过了什么?
<ion-content>
<button mat-raised-button>I am here!</button>
</ion-content>