Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Understand How to Style Angular Components, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:22
    Add styles to a component in Angular
  • Урок 2. 00:03:12
    Use Angular style encapsulation to avoid styles from leaking into other components
  • Урок 3. 00:01:16
    Style HTML elements in Angular using the style property
  • Урок 4. 00:01:36
    Conditionally add a single CSS class to a DOM element in Angular
  • Урок 5. 00:03:18
    Style HTML elements in Angular using ngClass
  • Урок 6. 00:03:40
    Style HTML elements in Angular using ngStyle
  • Урок 7. 00:03:34
    Use Angular style sanitization to mark dynamic styles as trusted values
  • Урок 8. 00:02:59
    Use Angular’s @HostBinding and :host(...) to add styling to the component itself
  • Урок 9. 00:03:27
    Use :host-context and the ::ng-deep selector to apply context-based styling
  • Урок 10. 00:02:15
    Use the Renderer2 to add styles to an element in Angular