1. Урок 1. 00:02:12
    Introduction
  2. Урок 2. 00:02:56
    Understanding the Prerequisites
  3. Урок 3. 00:03:46
    Creating a Project Course Setup
  4. Урок 4. 00:09:38
    Our First Project
  5. Урок 5. 00:01:48
    Course Structure
  6. Урок 6. 00:01:50
    How to get the Most out of this Course
  7. Урок 7. 00:01:21
    Module Introduction
  8. Урок 8. 00:01:57
    Adding Application-wide Styles
  9. Урок 9. 00:05:50
    Lets Practice Application-wide Styles
  10. Урок 10. 00:04:30
    Adding CSS Frameworks or External Styles to Your App
  11. Урок 11. 00:02:58
    How to Add Global Styles in a CLI Project
  12. Урок 12. 00:03:11
    How to use NPM to install CSS Frameworks
  13. Урок 13. 00:01:09
    Understanding Component-scoped Styles
  14. Урок 14. 00:03:01
    Using Component-Scoped Styles
  15. Урок 15. 00:01:41
    Using Inline Styles in Components
  16. Урок 16. 00:02:11
    Using style Tags in Component Templates
  17. Урок 17. 00:06:12
    The Theory Behind Angulars View Encapsulation
  18. Урок 18. 00:03:03
    How Angular Emulates the Shadow DOM
  19. Урок 19. 00:01:57
    Changing the View Encapsulation Behavior
  20. Урок 20. 00:03:25
    Using the Native Shadow DOM
  21. Урок 21. 00:01:49
    How to Turn Off View Encapsulation
  22. Урок 22. 00:03:53
    Special CSS Selectors host
  23. Урок 23. 00:01:46
    Using the Function Form of host
  24. Урок 24. 00:02:09
    Styling Components by Using their Selector
  25. Урок 25. 00:04:36
    Special CSS Selectors host-context
  26. Урок 26. 00:03:58
    Special CSS Selectors deep
  27. Урок 27. 00:02:02
    Understanding ngClass Syntax
  28. Урок 28. 00:03:42
    Using ngClass to Add CSS Classes Dynamically
  29. Урок 29. 00:02:01
    Understanding ngStyle Syntax
  30. Урок 30. 00:02:40
    Using ngStyle to Dynamically Adjust CSS Styles
  31. Урок 31. 00:07:04
    Using the Angular Renderer to Adjust CSS Styles
  32. Урок 32. 00:03:36
    Project Introduction to the Course Project
  33. Урок 33. 00:02:54
    Project Adding Bootstrap Styling CSS Framework
  34. Урок 34. 00:02:39
    Project Planning the Next Steps
  35. Урок 35. 00:01:37
    Project Adding Margin Component-scoped
  36. Урок 36. 00:04:18
    Project Styling Items in A List
  37. Урок 37. 00:04:47
    Project Dynamically Mark Items
  38. Урок 38. 00:01:51
    Project Challenge - Style Status Changes
  39. Урок 39. 00:03:25
    Project Lets Style Status Labels
  40. Урок 40. 00:03:45
    Project Styling Inactive Items Finishing Touches
  41. Урок 41. 00:01:00
    Module Introduction
  42. Урок 42. 00:01:45
    Understanding the CSS Transition Property
  43. Урок 43. 00:03:40
    Using the Transition Property to Add Transitions
  44. Урок 44. 00:03:10
    Configuring Multiple Transitions
  45. Урок 45. 00:02:19
    Understanding the CSS Animation Property
  46. Урок 46. 00:07:15
    Using the Animation Property to Add Animations
  47. Урок 47. 00:01:30
    Project Your Challenge
  48. Урок 48. 00:04:41
    Project Implementing an Animated Loading Bar
  49. Урок 49. 00:01:54
    Project Transitioning Border Colors
  50. Урок 50. 00:02:27
    Project Animating the Selection marked of List Items
  51. Урок 51. 00:04:24
    Transitions vs Animations vs Angular Animations
  52. Урок 52. 00:01:08
    Module Introduction
  53. Урок 53. 00:04:05
    How Animations work in Angular
  54. Урок 54. 00:03:42
    Browser Support Polyfills
  55. Урок 55. 00:01:50
    Unlocking Animations with the Right Module
  56. Урок 56. 00:07:48
    Getting Started with Triggers and States
  57. Урок 57. 00:02:47
    Assigning Triggers to Elements in the Template
  58. Урок 58. 00:03:45
    Switching Trigger States Dynamically
  59. Урок 59. 00:05:57
    Adding Transitions between States
  60. Урок 60. 00:02:03
    Using Multiple Transitions
  61. Урок 61. 00:03:41
    Build more Complex Triggers with More States
  62. Урок 62. 00:02:35
    Configuring Elegant Transitions When Using Many States
  63. Урок 63. 00:02:22
    Understand the Re-Usability of Triggers
  64. Урок 64. 00:06:41
    Using Multiple Triggers
  65. Урок 65. 00:06:07
    Creating Multi-Step Transitions
  66. Урок 66. 00:03:08
    Multi-Step Transitions and Temporary Styles
  67. Урок 67. 00:04:36
    Styling States and Animations Correctly
  68. Урок 68. 00:03:33
    CSS Animations vs Angular Animations
  69. Урок 69. 00:03:05
    Outsourcing Animations
  70. Урок 70. 00:02:55
    Project Your Challenge
  71. Урок 71. 00:01:58
    Project Setting Up Animations
  72. Урок 72. 00:05:43
    Project Adding Triggers and States
  73. Урок 73. 00:02:15
    Project Adding Transitions
  74. Урок 74. 00:02:22
    Project Using Multi-Step Transitions
  75. Урок 75. 00:02:23
    Project Cleaning Up Some CSS
  76. Урок 76. 00:02:19
    Project Using Temporary Styles in Transitions
  77. Урок 77. 00:01:24
    Module Introduction
  78. Урок 78. 00:05:51
    Animations We Cant Create As Of Now
  79. Урок 79. 00:03:19
    Using the void State in Transitions
  80. Урок 80. 00:03:52
    Using the Wildcard State in Transitions
  81. Урок 81. 00:07:03
    Using Dynamic Dimensionial Properties
  82. Урок 82. 00:03:51
    Animating Lists
  83. Урок 83. 00:05:25
    Using Animation Groups for Parallel Animations
  84. Урок 84. 00:06:16
    Understanding Timing Functions ease-in etc
  85. Урок 85. 00:08:24
    Control Everything with Animation Keyframes
  86. Урок 86. 00:04:43
    Multi-Step Transitions vs Animation Groups vs Keyframes
  87. Урок 87. 00:04:36
    Reacting to Animation Events
  88. Урок 88. 00:00:54
    A First Summary
  89. Урок 89. 00:01:45
    Project Next Steps Your Challenge
  90. Урок 90. 00:05:33
    Project Adding a Basic List Animation
  91. Урок 91. 00:05:17
    Project Creating a Better List Animation with Keyframes
  92. Урок 92. 00:06:14
    Project Creating a Staggered List
  93. Урок 93. 00:04:51
    Project Sliding Things Around
  94. Урок 94. 00:05:28
    Project Sliding List Items Around
  95. Урок 95. 00:03:27
    Project Synchronizing Animations
  96. Урок 96. 00:07:24
    Project Animating a Button depending on Form Validity
  97. Урок 97. 00:02:27
    How to Animate Routing
  98. Урок 98. 00:09:32
    Project Creating a Basic Route Animation Fade-in-out
  99. Урок 99. 00:04:24
    Project Getting Fancy A Slide-down Route Animation
  100. Урок 100. 00:01:09
    Project Wrap Up
  101. Урок 101. 00:01:29
    Course Roundup