Build in Directives ngIf - achieve if condition > *ngIf= "Condition" ngStyle - apply dynamic style > [ngStyle]="{backgroundColor : getColor()}" ngClass - apply style based on condition > [ngClass]="{online : status==='online'}"