Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <ng-container [ngClass]="{'alert': data=='sd'}"> hola mundo </ng-container>
  2.  
  3. .alert{
  4. background-color: royalblue;
  5. color: royalblue;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement