【发布时间】:2017-01-11 03:19:10
【问题描述】:
我的假设是我的 css 不正确,但可惜我无法弄清楚。
<div *ngIf="loading">
<md-progress-circle mode="indeterminate" color="warn">Loading...</md-progress-circle>
</div>
<md-list>
<md-list-item *ngFor="let incident of incidents">
<h3 md-line> {{name}} </h3>
<p md-line>
<span>{{date}} > </span>
<span>{{text}}</span>
</p>
</md-list-item>
</md-list>
【问题讨论】:
-
您是否将@angular/material 主题之一链接到您的项目中?我发现有些控件可以正常工作,但如果没有它,其他控件就完全崩溃了。