我想向按钮元素添加实质性的按钮指令。但是按钮有几种类型,如何根据按钮类型来设置angular material2指令? 代码是:
<button mat-buttton color="{{button.color}}" buttonType="{{button.type}}"></button>
该mat-button是有角度的material2指令,用于设置按钮的某些效果。例如,当button.type为“ stroked”时,应将mat-button更改为mat-stroked-button;如果button.type为“ flat”,则应将mat-button更改为mat-flat-button。