Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <button
  2. [ngClass] = {"..."}
  3. [class] = "static classes"
  4. >
  5. {{text}}
  6. </button>
  7.  
  8. <app-button class = "user-class1 user-class2 ..." >
  9. </app-button>
  10.  
  11. <button
  12. [ngClass] = {"..."}
  13. [class] = "static classes user-class1 user-class2"
  14. >
  15. {{text}}
  16. </button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement