1. Урок 1. 00:02:22
    Add styles to a component in Angular
  2. Урок 2. 00:03:12
    Use Angular style encapsulation to avoid styles from leaking into other components
  3. Урок 3. 00:01:16
    Style HTML elements in Angular using the style property
  4. Урок 4. 00:01:36
    Conditionally add a single CSS class to a DOM element in Angular
  5. Урок 5. 00:03:18
    Style HTML elements in Angular using ngClass
  6. Урок 6. 00:03:40
    Style HTML elements in Angular using ngStyle
  7. Урок 7. 00:03:34
    Use Angular style sanitization to mark dynamic styles as trusted values
  8. Урок 8. 00:02:59
    Use Angular’s @HostBinding and :host(...) to add styling to the component itself
  9. Урок 9. 00:03:27
    Use :host-context and the ::ng-deep selector to apply context-based styling
  10. Урок 10. 00:02:15
    Use the Renderer2 to add styles to an element in Angular