1. Урок 1. 00:01:41
    Course Overview
  2. Урок 2. 00:03:17
    Introduction
  3. Урок 3. 00:01:42
    Anatomy of an Angular Application
  4. Урок 4. 00:02:36
    Get the Most from This Course
  5. Урок 5. 00:02:59
    Sample Application
  6. Урок 6. 00:02:14
    Course Outline
  7. Урок 7. 00:00:57
    Introduction
  8. Урок 8. 00:04:03
    Selecting a Language
  9. Урок 9. 00:01:07
    Selecting an Editor
  10. Урок 10. 00:01:28
    Setting up Our Environment
  11. Урок 11. 00:02:46
    Setting up an Angular Application
  12. Урок 12. 00:02:52
    Installing an Angular Application
  13. Урок 13. 00:02:58
    Running an Angular Application
  14. Урок 14. 00:04:24
    About Modules
  15. Урок 15. 00:01:23
    Summary
  16. Урок 16. 00:01:27
    Introduction
  17. Урок 17. 00:02:00
    What Is a Component?
  18. Урок 18. 00:02:18
    Creating the Component Class
  19. Урок 19. 00:02:33
    Defining the Metadata with a Decorator
  20. Урок 20. 00:02:09
    Importing What We Need
  21. Урок 21. 00:04:06
    Demo: Creating the App Component
  22. Урок 22. 00:04:23
    Bootstrapping Our App Component
  23. Урок 23. 00:03:50
    Demo: Bootstrapping Our App Component
  24. Урок 24. 00:05:16
    Checklists and Summary
  25. Урок 25. 00:02:18
    Introduction
  26. Урок 26. 00:05:44
    Building a Template
  27. Урок 27. 00:02:26
    Building the Component
  28. Урок 28. 00:05:31
    Using a Component as a Directive
  29. Урок 29. 00:04:08
    Binding with Interpolation
  30. Урок 30. 00:05:01
    Adding Logic with Directives: ngIf
  31. Урок 31. 00:04:50
    Adding Logic with Directives: ngFor
  32. Урок 32. 00:03:12
    Checklists and Summary
  33. Урок 33. 00:01:50
    Introduction
  34. Урок 34. 00:03:33
    Property Binding
  35. Урок 35. 00:04:34
    Handling Events with Event Binding
  36. Урок 36. 00:04:57
    Handling Input with Two-way Binding
  37. Урок 37. 00:04:04
    Transforming Data with Pipes
  38. Урок 38. 00:02:59
    Checklists and Summary
  39. Урок 39. 00:02:28
    Introduction
  40. Урок 40. 00:05:42
    Defining Interfaces
  41. Урок 41. 00:03:35
    Encapsulating Component Styles
  42. Урок 42. 00:04:17
    Using Lifecycle Hooks
  43. Урок 43. 00:06:58
    Building Custom Pipes
  44. Урок 44. 00:04:42
    Filtering a List
  45. Урок 45. 00:03:27
    Checklists and Summary
  46. Урок 46. 00:03:06
    Introduction
  47. Урок 47. 00:05:13
    Building a Nested Component
  48. Урок 48. 00:03:14
    Using a Nested Component
  49. Урок 49. 00:02:56
    Passing Data to a Nested Component Using @Input
  50. Урок 50. 00:08:42
    Passing Data from a Component Using @Output
  51. Урок 51. 00:02:49
    Checklists and Summary
  52. Урок 52. 00:01:50
    Introduction
  53. Урок 53. 00:02:33
    How Does It Work?
  54. Урок 54. 00:02:52
    Building a Service
  55. Урок 55. 00:04:14
    Registering the Service
  56. Урок 56. 00:05:00
    Injecting the Service
  57. Урок 57. 00:02:24
    Checklists and Summary
  58. Урок 58. 00:01:23
    Introduction
  59. Урок 59. 00:05:48
    Observables and Reactive Extensions
  60. Урок 60. 00:04:53
    Sending an HTTP Request
  61. Урок 61. 00:03:19
    Demo: Sending an Http Request
  62. Урок 62. 00:02:32
    Exception Handling
  63. Урок 63. 00:03:34
    Subscribing to an Observable
  64. Урок 64. 00:03:36
    Demo: Subscribing to an Observable
  65. Урок 65. 00:03:19
    Checklists and Summary
  66. Урок 66. 00:01:33
    Introduction
  67. Урок 67. 00:06:11
    Generating Code and Handling Undefined
  68. Урок 68. 00:02:51
    How Routing Works
  69. Урок 69. 00:04:22
    Configuring Routes
  70. Урок 70. 00:02:14
    Demo: Configuring Routes
  71. Урок 71. 00:03:49
    Tying Routes to Actions
  72. Урок 72. 00:02:39
    Placing the Views
  73. Урок 73. 00:03:36
    Checklists and Summary
  74. Урок 74. 00:01:09
    Introduction
  75. Урок 75. 00:02:55
    Passing Parameters to a Route
  76. Урок 76. 00:04:03
    Demo: Passing Parameters to a Route
  77. Урок 77. 00:03:20
    Activating a Route with Code
  78. Урок 78. 00:02:05
    Protecting Routes with Guards
  79. Урок 79. 00:05:22
    Demo: Protecting Routes with Guards
  80. Урок 80. 00:03:01
    Checklists and Summary
  81. Урок 81. 00:01:27
    Introduction
  82. Урок 82. 00:05:35
    What Is an Angular Module?
  83. Урок 83. 00:01:16
    Bootstrap Array
  84. Урок 84. 00:03:04
    Declarations Array
  85. Урок 85. 00:02:10
    Exports Array
  86. Урок 86. 00:03:21
    Imports Array
  87. Урок 87. 00:02:39
    Providers Array
  88. Урок 88. 00:03:22
    Feature Modules
  89. Урок 89. 00:04:09
    Demo: Feature Modules
  90. Урок 90. 00:04:41
    Shared Module
  91. Урок 91. 00:04:03
    Revisiting AppModule
  92. Урок 92. 00:04:15
    Checklists and Summary
  93. Урок 93. 00:01:06
    Introduction
  94. Урок 94. 00:01:34
    Angular CLI Overview
  95. Урок 95. 00:07:08
    ng new
  96. Урок 96. 00:04:23
    ng serve
  97. Урок 97. 00:01:25
    ng generate
  98. Урок 98. 00:01:42
    ng test
  99. Урок 99. 00:04:14
    ng build
  100. Урок 100. 00:01:26
    Checklists and Summary
  101. Урок 101. 00:00:34
    Introduction
  102. Урок 102. 00:02:03
    Recapping Our Journey
  103. Урок 103. 00:01:56
    Learning More
  104. Урок 104. 00:01:07
    What Is Angular? (Revisited)
  105. Урок 105. 00:00:39
    Closing