Aug 25, 2017 · 1 min read
this.renderer.setStyle(this.el.nativeElement, ‘color’, ‘blue’);
In a non-DOM environment, what if there is no ‘color’ style to set? And what if it expects the value in a different format and not ‘blue’ exactly?
Can you please explain?
