首页 > Angular给HTML节点绑定自定义属性和变量,用于设置一些动态的状态变化非常有用!

Angular给HTML节点绑定自定义属性和变量,用于设置一些动态的状态变化非常有用!

app.component.html 

内容

app.component.ts

color='red';

app.component.scss

[color='red']{color: red;
}

实际效果

 

更多相关: