Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. :host-context(.light-theme)::ng-deep {
  2. my-component-selector {
  3. color: light-theme-color
  4. }
  5. }
  6.  
  7. :host-context(.dark-theme)::ng-deep {
  8. my-component-selector {
  9. color: dark-theme-color
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement