SyntaxFix
Write A Post
Hire A Developer
Questions
In your app.component.html use:
[ngStyle]="{'background-color':backcolor}"
In app.ts declare variable of string type backcolor:string.
backcolor:string
Set the variable this.backcolor="red".
this.backcolor="red"