1. Урок 1. 00:01:13
    Introduction
  2. Урок 2. 00:01:56
    What is in Angular2
  3. Урок 3. 00:03:28
    Creating an Angular 2 Project
  4. Урок 4. 00:07:38
    Editing our First App
  5. Урок 5. 00:02:25
    Understanding the Project Structure
  6. Урок 6. 00:06:41
    Why TypeScript? What is TypeScript?
  7. Урок 7. 00:04:14
    Getting Started with Components
  8. Урок 8. 00:04:17
    How an Angular 2 App gets started?
  9. Урок 9. 00:00:51
    Understanding AppModules
  10. Урок 10. 00:03:32
    Using Templates & Styles
  11. Урок 11. 00:06:59
    First Summary
  12. Урок 12. 00:03:24
    Creating a new Component
  13. Урок 13. 00:06:44
    About Unique Selectors
  14. Урок 14. 00:11:23
    Using multiple Components
  15. Урок 15. 00:06:37
    MUST WATCH - How to proceed with this Course?
  16. Урок 16. 00:08:07
    View Encapsulation and Styling
  17. Урок 17. 00:05:39
    Inserting Content with ng-content
  18. Урок 18. 00:07:43
    Databinding Overview
  19. Урок 19. 00:12:33
    String Interpolation
  20. Урок 20. 00:09:21
    Property Binding & Event Binding Overview
  21. Урок 21. 00:03:16
    Property Binding
  22. Урок 22. 00:05:10
    Binding to Custom Properties
  23. Урок 23. 00:06:51
    Event Binding
  24. Урок 24. 00:05:20
    Binding to Custom Events
  25. Урок 25. 00:05:59
    More Information on Property & Event Binding
  26. Урок 26. 00:13:31
    Two-Way Binding
  27. Урок 27. 00:11:21
    The Component Lifecycle
  28. Урок 28. 00:07:14
    Component Lifefcycle Usage Examples
  29. Урок 29. 00:01:48
    Template Access with Local References, ViewChild and ContentChild
  30. Урок 30. 00:15:02
    Project Setup
  31. Урок 31. 00:13:36
    IMPORTANT - Required Changes
  32. Урок 32. 00:04:50
    Creating the Header Component
  33. Урок 33. 00:02:21
    Creating the Recipes Component
  34. Урок 34. 00:14:00
    Creating Recipe Model & List Component
  35. Урок 35. 00:10:15
    Recipe Detail & Databinding
  36. Урок 36. 00:02:59
    Shopping List Component
  37. Урок 37. 00:04:21
    What are Directives?
  38. Урок 38. 00:03:19
    Attribute Directives
  39. Урок 39. 00:06:30
    Building a Custom Attribute Directive
  40. Урок 40. 00:10:26
    Element Interaction with HostListener & HostBinding
  41. Урок 41. 00:01:44
    Directive Property Binding
  42. Урок 42. 00:13:51
    ngIf
  43. Урок 43. 00:12:48
    ngFor
  44. Урок 44. 00:02:21
    ngSwitch
  45. Урок 45. 00:08:21
    Angular 2's De-Sugaring Mechanism
  46. Урок 46. 00:08:01
    Building a Custom Structural Directive
  47. Урок 47. 00:06:46
    Using NgModules
  48. Урок 48. 00:09:33
    Ingredients List with ngFor
  49. Урок 49. 00:12:46
    Custom Dropdown Directive
  50. Урок 50. 00:06:03
    Introduction
  51. Урок 51. 00:10:38
    Chrome Debugger & Sourcemaps
  52. Урок 52. 00:02:52
    Augury
  53. Урок 53. 00:04:09
    What are Services?
  54. Урок 54. 00:14:12
    Example - Logging Service
  55. Урок 55. 00:11:31
    What is Dependency Injection?
  56. Урок 56. 00:10:28
    Example - Injecting the Logging Service
  57. Урок 57. 00:03:08
    Multiple Instances vs One Instance
  58. Урок 58. 00:05:00
    Services & AppModules
  59. Урок 59. 00:07:00
    Using NgModules
  60. Урок 60. 00:00:56
    Injecting Services into Services
  61. Урок 61. 00:04:32
    Using Services for Cross-Component Interaction
  62. Урок 62. 00:10:09
    Course Project - Creating the Recipe Service
  63. Урок 63. 00:02:14
    Course Project - Creating the Shopping List Service
  64. Урок 64. 00:06:06
    Course Project - Cross-Service Communication
  65. Урок 65. 00:05:59
    Course Project - Cleanup
  66. Урок 66. 00:07:59
    Introduction to the Angular 2 Router
  67. Урок 67. 00:09:11
    Introduction to the Angular 2 Router
  68. Урок 68. 00:03:10
    Loading Routes
  69. Урок 69. 00:07:12
    Navigation with Links
  70. Урок 70. 00:06:51
    Understanding Navigation Paths
  71. Урок 71. 00:04:27
    Imperative Routing (Triggered in Code)
  72. Урок 72. 00:03:25
    Route Parameters
  73. Урок 73. 00:08:50
    Extracting Route Parameters
  74. Урок 74. 00:05:51
    Query Parameters
  75. Урок 75. 00:01:02
    Extracting Query Parameters
  76. Урок 76. 00:01:43
    Query Parameters and the routerLink Directive
  77. Урок 77. 00:07:13
    Child Routes
  78. Урок 78. 00:06:09
    Child Routes
  79. Урок 79. 00:06:55
    Required Adjustments in this Module
  80. Урок 80. 00:05:49
    Setting up Project Routes
  81. Урок 81. 00:05:25
    Adding Navigation
  82. Урок 82. 00:11:53
    Child Routes
  83. Урок 84. 00:01:45
    Adding Child Route Navigation
  84. Урок 85. 00:06:41
    Passing the Recipe ID (Route Parameters)
  85. Урок 86. 00:08:11
    Updating the Recipe Service
  86. Урок 87. 00:10:25
    Making it all Work
  87. Урок 88. 00:08:03
    Styling Active Links
  88. Урок 89. 00:16:55
    Cleanup
  89. Урок 90. 00:08:46
    Introduction to Forms in Angular 2
  90. Урок 91. 00:07:20
    Template-Driven Approach Basics
  91. Урок 92. 00:07:02
    Registering Controls (Template-Driven)
  92. Урок 93. 00:07:37
    Finishing Touches
  93. Урок 94. 00:02:19
    Submitting a Form and Using the Output (Template-Driven)
  94. Урок 95. 00:01:56
    Form Properties
  95. Урок 96. 00:04:56
    Input Validation (Template-Driven)
  96. Урок 97. 00:01:54
    Form State & CSS Classes (Template-Driven)
  97. Урок 98. 00:02:58
    Default Values with ngModel (Template-Driven)
  98. Урок 99. 00:02:33
    Two-Way Binding with ngModel (Template-Driven)
  99. Урок 100. 00:04:43
    Form Groups (Template-Driven)
  100. Урок 101. 00:01:59
    Radio Button Controls (Template-Driven)
  101. Урок 102. 00:02:06
    Using the Form State, Providing a better UX (Template-Driven)
  102. Урок 103. 00:04:20
    The Data-Driven Approach (Intro)
  103. Урок 104. 00:03:23
    Creating a Form (Data-Driven)
  104. Урок 105. 00:01:51
    Important Changes with AppModules
  105. Урок 106. 00:03:38
    Synchronizing HTML and the Angular 2 Form (Data-Driven)
  106. Урок 107. 00:02:00
    Submitting a Form and Using the Output (Data-Driven)
  107. Урок 108. 00:03:12
    Input Validation (Data-Driven)
  108. Урок 109. 00:01:47
    Using the Form State, Providing a better UX (Data-Driven)
  109. Урок 110. 00:05:28
    Form Groups (Data-Driven)
  110. Урок 111. 00:02:14
    Radio Buttons (Data-Driven)
  111. Урок 112. 00:04:09
    Form Arrays, Arrays of Control (Data-Driven)
  112. Урок 113. 00:02:28
    Creating a Form with the FormBuilder (Data-Driven)
  113. Урок 114. 00:09:50
    Creating Custom Validators (Data-Driven)
  114. Урок 115. 00:03:14
    Custom Asynchronous Validators (Data-Driven)
  115. Урок 116. 00:04:52
    Custom Asynchronous Validators (Data-Driven)
  116. Урок 117. 00:07:02
    Shopping List Form HTML Setup (Template-Driven)
  117. Урок 118. 00:03:08
    Adding & Editing Mode
  118. Урок 119. 00:02:24
    Submitting the Shopping List Form
  119. Урок 120. 00:01:41
    Selecting Items & Property Binding
  120. Урок 121. 00:04:51
    Displaying Data with ngModel
  121. Урок 122. 00:06:27
    Editing Items
  122. Урок 123. 00:03:22
    Deleting Items & Clearing the Form
  123. Урок 124. 00:02:57
    Editing & Adding Recipes (Intro)
  124. Урок 125. 00:04:52
    Recipe Form - Preparation - Fetching the Active Recipe
  125. Урок 126. 00:02:10
    Creating the Recipe Form with the Data-Driven Approach
  126. Урок 127. 00:06:47
    Synchronizing the HTML Code with the Form
  127. Урок 128. 00:10:51
    Submitting the Form and Editing Recipes
  128. Урок 129. 00:06:44
    Managing Recipe Ingredients
  129. Урок 130. 00:06:19
    What are Pipes?
  130. Урок 131. 00:05:44
    Using Pipes
  131. Урок 132. 00:01:44
    Parametrizing Pipes
  132. Урок 133. 00:02:13
    Pipe Documentation
  133. Урок 134. 00:03:30
    Chaining Pipes
  134. Урок 135. 00:01:17
    Custom Pipes
  135. Урок 136. 00:01:20
    Example - Creating a Filter Pipe
  136. Урок 137. 00:05:21
    Using NgModules
  137. Урок 138. 00:06:27
    'Pure' Pipe Limitations
  138. Урок 139. 00:00:38
    'Impure' Pipes
  139. Урок 140. 00:01:47
    The Async Pipe
  140. Урок 141. 00:03:46
    Required Adjustments in this Module
  141. Урок 142. 00:03:04
    Http & Observables
  142. Урок 143. 00:03:01
    Demo Data Source - Firebase Setup
  143. Урок 144. 00:03:28
    Sending a GET Request
  144. Урок 145. 00:07:34
    Using NgModules
  145. Урок 146. 00:00:54
    The Power of Observables Operators - Map (ping Data)
  146. Урок 147. 00:04:21
    The Power of Observables Operators - Map (ping Data)
  147. Урок 148. 00:06:55
    Retrieving and Transforming Data with Observables
  148. Урок 149. 00:06:18
    Using the Async Pipe
  149. Урок 150. 00:03:29
    Error Handling with Observables
  150. Урок 151. 00:04:54
    Wrap Up
  151. Урок 152. 00:00:36
    Http Intro & setup
  152. Урок 153. 00:01:59
    Storing Recipes on the Server (POST)
  153. Урок 154. 00:08:39
    Fetching Recipes (GET) and Changing the Storage Method (PUT)
  154. Урок 155. 00:04:10
    Finishing Touches & Bugfixes
  155. Урок 156. 00:05:42
    Differences between Course Videos and Angular
  156. Урок 157. 00:05:32
    NgModule Overview
  157. Урок 158. 00:05:56
    Required Adjustments in this Module
  158. Урок 159. 00:00:52
    Introduction
  159. Урок 160. 00:00:58
    Project Setup
  160. Урок 161. 00:03:35
    Setting up Routes
  161. Урок 162. 00:05:02
    Backend (Firebase) Setup
  162. Урок 163. 00:04:43
    User Signup
  163. Урок 164. 00:05:32
    User Signin & Managing the User State
  164. Урок 165. 00:05:40
    User Logout
  165. Урок 166. 00:02:47
    Protecting a Route from Unauthorized Access
  166. Урок 167. 00:04:52
    Finishing Touches
  167. Урок 168. 00:02:17
    Introduction
  168. Урок 169. 00:01:06
    Using Feature Modules
  169. Урок 170. 00:03:50
    Creating a Feature Module
  170. Урок 171. 00:09:08
    Creating a Feature Module for Child Routes
  171. Урок 172. 00:03:50
    Lazy Loading of Routes
  172. Урок 173. 00:02:26
    Implementing Lazy Loading
  173. Урок 174. 00:09:39
    Using Shared Modules
  174. Урок 175. 00:05:56
    Using a Core Module
  175. Урок 176. 00:03:11
    Understanding Module Encapsulation
  176. Урок 177. 00:04:30
    When to use which Module?
  177. Урок 178. 00:02:32
    Performance and File Size Improvements with Offline (Ahead-of-time) Compilation
  178. Урок 179. 00:03:47
    VIEW FIRST - About this Section
  179. Урок 180. 00:01:35
    About the New Project Structure (same Video as in Custom Project Module)
  180. Урок 181. 00:01:06
    Intro & What to Deploy
  181. Урок 182. 00:03:57
    Setting up an App for Deployment
  182. Урок 183. 00:02:04
    Deploying to Github Pages with the Angular 2 CLI
  183. Урок 184. 00:02:42
    Deploying to Github Pages Manually
  184. Урок 185. 00:05:04
    Deploying to AWS S3
  185. Урок 186. 00:09:04
    Intro
  186. Урок 187. 00:01:20
    Installation
  187. Урок 188. 00:04:08
    New Project - ng new and ng init
  188. Урок 189. 00:02:35
    Building your Project - ng build & ng serve
  189. Урок 190. 00:06:12
    Understanding the Project Structure
  190. Урок 191. 00:01:04
    Linting your Code - ng lint
  191. Урок 192. 00:02:02
    Unit Tests - ng test
  192. Урок 193. 00:06:54
    Managing Project Content - ng generate & ng destroy
  193. Урок 194. 00:04:02
    Putting it into Production - ng build and ng github-pages
  194. Урок 195. 00:01:55
    Learning More - ng --help and Wrap Up
  195. Урок 196. 00:02:28
    Intro
  196. Урок 197. 00:08:52
    Dependencies & Typings
  197. Урок 198. 00:03:57
    App Setup & Tsconfig
  198. Урок 199. 00:12:07
    Gulp
  199. Урок 200. 00:04:02
    Basic App Code
  200. Урок 201. 00:03:25
    Typings & External Files
  201. Урок 202. 00:03:02
    Setting up index.html
  202. Урок 203. 00:06:52
    Configuring SystemJS
  203. Урок 204. 00:05:31
    Development Workflow
  204. Урок 205. 00:02:28
    Linting with the official Styleguide
  205. Урок 206. 00:10:25
    Production Workflow (Bundling, Minification)
  206. Урок 207. 00:12:39
    Adding Third Party Packages
  207. Урок 208. 00:01:02
    Course Roundup
  208. Урок 209. 00:02:09
    Introduction
  209. Урок 210. 00:06:27
    Using Types
  210. Урок 211. 00:04:47
    Classes
  211. Урок 212. 00:05:44
    Interfaces
  212. Урок 213. 00:02:44
    Generics
  213. Урок 214. 00:02:37
    Wrap up & Modules