根据要求,我想在活动时使用强调色设置突出显示的按钮。
像
这样的东西<button md-button *ngFor="let item of items" [attr.color]="item.caption == activeItem ? 'accent' : ''">
或者像
这样的东西<button md-button *ngFor="let item of items" color="{{ item.activeColor }}"
我似乎能够在Angular 1中这样做,但在Angular 2中没有效果。
有人可以帮忙吗?
谢谢
答案 0 :(得分:3)
我认为您必须将color
设置为与color
相同,因为@Input
属于<button md-button *ngFor="let item of items" [color]="item.caption == activeItem ? 'accent' : ''">
属性{/ 3}}:
System Tools > Shared Folders > Shares