我有这个代码在主机上设置一个类:
@HostBinding('class.fixed') true;
我想做的是让它成为一个我可以修改的变量类.我怎样才能做到这一点?
angular
angular ×1