This is my component metadata:
@Component({ moduleId: module.id, selector: \'si-attribute-directive\', template: ` 相关标签:
The problem is that you pass not native element. Try this:
this._renderer.setElementStyle(this._elRef.nativeElement, 'background-color', this.customColor || this._defaultColor);