1. Урок 1. 00:00:58
    Course Introduction
  2. Урок 2. 00:02:01
    What is Angular?
  3. Урок 3. 00:02:56
    Angular vs Angular 2 vs Latest Angular Version
  4. Урок 4. 00:08:50
    Project Setup and First App
  5. Урок 5. 00:10:06
    Editing the First App
  6. Урок 6. 00:04:01
    The Course Structure
  7. Урок 7. 00:02:26
    How to get the Most out of the Course
  8. Урок 8. 00:02:10
    What is TypeScript?
  9. Урок 9. 00:04:28
    A Basic Project Setup using Bootstrap for Styling
  10. Урок 10. 00:00:58
    Module Introduction
  11. Урок 11. 00:07:12
    How an Angular App gets Loaded and Started
  12. Урок 12. 00:03:10
    Components are Important!
  13. Урок 13. 00:06:52
    Creating a New Component
  14. Урок 14. 00:05:16
    Understanding the Role of AppModule and Component Declaration
  15. Урок 15. 00:01:13
    Using Custom Components
  16. Урок 16. 00:03:52
    Creating Components with the CLI & Nesting Components
  17. Урок 17. 00:03:09
    Working with Component Templates
  18. Урок 18. 00:04:03
    Working with Component Styles
  19. Урок 19. 00:03:51
    Fully Understanding the Component Selector
  20. Урок 20. 00:06:43
    [OPTIONAL] Assignment Solution
  21. Урок 21. 00:02:50
    What is Databinding?
  22. Урок 22. 00:05:20
    String Interpolation
  23. Урок 23. 00:06:35
    Property Binding
  24. Урок 24. 00:03:08
    Property Binding vs String Interpolation
  25. Урок 25. 00:04:10
    Event Binding
  26. Урок 26. 00:04:38
    Passing and Using Data with Event Binding
  27. Урок 27. 00:02:48
    Two-Way-Databinding
  28. Урок 28. 00:01:47
    Combining all Forms of Databinding
  29. Урок 29. 00:05:13
    [OPTIONAL] Assignment Solution
  30. Урок 30. 00:02:18
    Understanding Directives
  31. Урок 31. 00:03:54
    Using ngIf to Output Data Conditionally
  32. Урок 32. 00:02:47
    Enhancing ngIf with an Else Condition
  33. Урок 33. 00:05:03
    Styling Elements Dynamically with ngStyle
  34. Урок 34. 00:02:54
    Applying CSS Classes Dynamically with ngClass
  35. Урок 35. 00:03:44
    Outputting Lists with ngFor
  36. Урок 36. 00:07:07
    [OPTIONAL] Assignment Solution
  37. Урок 37. 00:02:53
    Getting the Index when using ngFor
  38. Урок 38. 00:01:05
    Project Introduction
  39. Урок 39. 00:05:35
    Planning the App
  40. Урок 40. 00:04:32
    Setting up the Application
  41. Урок 41. 00:09:34
    Creating the Components
  42. Урок 42. 00:03:16
    Using the Components
  43. Урок 43. 00:05:10
    Adding a Navigation Bar
  44. Урок 44. 00:04:34
    Creating a "Recipe" Model
  45. Урок 45. 00:07:42
    Adding Content to the Recipes Components
  46. Урок 46. 00:04:38
    Outputting a List of Recipes with ngFor
  47. Урок 47. 00:05:54
    Displaying Recipe Details
  48. Урок 48. 00:01:51
    Working on the ShoppingListComponent
  49. Урок 49. 00:02:37
    Creating an "Ingredient" Model
  50. Урок 50. 00:02:28
    Creating and Outputting the Shopping List
  51. Урок 51. 00:03:29
    Adding a Shopping List Edit Section
  52. Урок 52. 00:00:55
    Wrap Up & Next Steps
  53. Урок 53. 00:04:37
    Understanding Angular Error Messages
  54. Урок 54. 00:05:33
    Debugging Code in the Browser Using Sourcemaps
  55. Урок 55. 00:00:37
    Module Introduction
  56. Урок 56. 00:05:57
    Splitting Apps into Components
  57. Урок 57. 00:01:45
    Property & Event Binding Overview
  58. Урок 58. 00:05:44
    Binding to Custom Properties
  59. Урок 59. 00:02:00
    Assigning an Alias to Custom Properties
  60. Урок 60. 00:09:06
    Binding to Custom Events
  61. Урок 61. 00:00:58
    Assigning an Alias to Custom Events
  62. Урок 62. 00:02:03
    Custom Property and Event Binding Summary
  63. Урок 63. 00:05:00
    Understanding View Encapsulation
  64. Урок 64. 00:02:44
    More on View Encapsulation
  65. Урок 65. 00:04:37
    Using Local References in Templates
  66. Урок 66. 00:05:03
    Getting Access to the Template & DOM with @ViewChild
  67. Урок 67. 00:03:23
    Projecting Content into Components with ng-content
  68. Урок 68. 00:04:55
    Understanding the Component Lifecycle
  69. Урок 69. 00:11:56
    Seeing Lifecycle Hooks in Action
  70. Урок 70. 00:02:34
    Lifecycle Hooks and Template Access
  71. Урок 71. 00:03:01
    Getting Access to ng-content with @ContentChild
  72. Урок 72. 00:00:50
    Wrap Up
  73. Урок 73. 00:12:22
    [OPTIONAL] Assignment Solution
  74. Урок 74. 00:00:51
    Introduction
  75. Урок 75. 00:07:32
    Adding Navigation with Event Binding and ngIf
  76. Урок 76. 00:04:44
    Passing Recipe Data with Property Binding
  77. Урок 77. 00:10:33
    Passing Data with Event and Property Binding (Combined)
  78. Урок 78. 00:07:23
    Allowing the User to Add Ingredients to the Shopping List
  79. Урок 79. 00:01:24
    Module Introduction
  80. Урок 80. 00:03:37
    ngFor and ngIf Recap
  81. Урок 81. 00:02:58
    ngClass and ngStyle Recap
  82. Урок 82. 00:06:43
    Creating a Basic Attribute Directive
  83. Урок 83. 00:07:05
    Using the Renderer to build a Better Attribute Directive
  84. Урок 84. 00:03:01
    Using HostListener to Listen to Host Events
  85. Урок 85. 00:03:18
    Using HostBinding to Bind to Host Properties
  86. Урок 86. 00:06:44
    Binding to Directive Properties
  87. Урок 87. 00:03:05
    What Happens behind the Scenes on Structural Directives
  88. Урок 88. 00:06:15
    Building a Structural Directive
  89. Урок 89. 00:02:50
    Understanding ngSwitch
  90. Урок 90. 00:06:26
    Building and Using a Dropdown Directive
  91. Урок 91. 00:01:41
    Module Introduction
  92. Урок 92. 00:02:05
    Why would you Need Services?
  93. Урок 93. 00:03:33
    Creating a Logging Service
  94. Урок 94. 00:06:22
    Injecting the Logging Service into Components
  95. Урок 95. 00:06:42
    Creating a Data Service
  96. Урок 96. 00:02:42
    Understanding the Hierarchical Injector
  97. Урок 97. 00:02:13
    How many Instances of Service Should It Be?
  98. Урок 98. 00:05:14
    Injecting Services into Services
  99. Урок 99. 00:04:08
    Using Services for Cross-Component Communication
  100. Урок 100. 00:09:38
    [OPTIONAL] Assignment Solution
  101. Урок 101. 00:01:24
    Introduction
  102. Урок 102. 00:01:16
    Setting up the Services
  103. Урок 103. 00:04:08
    Managing Recipes in a Recipe Service
  104. Урок 104. 00:05:08
    Using a Service for Cross-Component Communication
  105. Урок 105. 00:05:05
    Adding the Shopping List Service
  106. Урок 106. 00:03:09
    Using Services for Pushing Data from A to B
  107. Урок 107. 00:03:43
    Adding Ingredients to Recipes
  108. Урок 108. 00:07:04
    Passing Ingredients from Recipes to the Shopping List (via a Service)
  109. Урок 109. 00:01:27
    Module Introduction
  110. Урок 110. 00:01:17
    Why do we need a Router?
  111. Урок 111. 00:08:03
    Setting up and Loading Routes
  112. Урок 112. 00:05:19
    Navigating with Router Links
  113. Урок 113. 00:04:55
    Understanding Navigation Paths
  114. Урок 114. 00:05:02
    Styling Active Router Links
  115. Урок 115. 00:03:29
    Navigating Programmatically
  116. Урок 116. 00:05:10
    Using Relative Paths in Programmatic Navigation
  117. Урок 117. 00:03:11
    Passing Parameters to Routes
  118. Урок 118. 00:04:02
    Fetching Route Parameters
  119. Урок 119. 00:07:26
    Fetching Route Parameters Reactively
  120. Урок 120. 00:02:43
    An Important Note about Route Observables
  121. Урок 121. 00:05:54
    Passing Query Parameters and Fragments
  122. Урок 122. 00:03:17
    Retrieving Query Parameters and Fragments
  123. Урок 123. 00:06:08
    Practicing and some Common Gotchas
  124. Урок 124. 00:04:29
    Setting up Child (Nested) Routes
  125. Урок 125. 00:05:37
    Using Query Parameters - Practice
  126. Урок 126. 00:01:51
    Configuring the Handling of Query Parameters
  127. Урок 127. 00:04:37
    Redirecting and Wildcard Routes
  128. Урок 128. 00:04:41
    Outsourcing the Route Configuration
  129. Урок 129. 00:01:46
    An Introduction to Guards
  130. Урок 130. 00:08:56
    Protecting Routes with canActivate
  131. Урок 131. 00:02:53
    Protecting Child (Nested) Routes with canActivateChild
  132. Урок 132. 00:01:44
    Using a Fake Auth Service
  133. Урок 133. 00:12:29
    Controlling Navigation with canDeactivate
  134. Урок 134. 00:05:57
    Passing Static Data to a Route
  135. Урок 135. 00:09:54
    Resolving Dynamic Data with the resolve Guard
  136. Урок 136. 00:04:44
    Understanding Location Strategies
  137. Урок 137. 00:00:52
    Wrap Up
  138. Урок 138. 00:01:37
    Planning the General Structure
  139. Урок 139. 00:07:59
    Setting Up Routes
  140. Урок 140. 00:01:42
    Adding Navigation to the App
  141. Урок 141. 00:01:32
    Marking Active Routes
  142. Урок 142. 00:02:52
    Fixing Page Reload Issues
  143. Урок 143. 00:01:55
    Child Routes: Challenge
  144. Урок 144. 00:04:22
    Adding Child Routing Together
  145. Урок 145. 00:06:23
    Configuring Route Parameters
  146. Урок 146. 00:03:02
    Passing Dynamic Parameters to Links
  147. Урок 147. 00:01:16
    Styling Active Recipe Items
  148. Урок 148. 00:03:45
    Adding Editing Routes
  149. Урок 149. 00:03:20
    Retrieving Route Parameters
  150. Урок 150. 00:04:47
    Programmatic Navigation to the Edit Page
  151. Урок 151. 00:00:53
    One Note about Route Observables
  152. Урок 152. 00:04:26
    Module Introduction
  153. Урок 153. 00:02:16
    Analyzing Angular Observables
  154. Урок 154. 00:06:51
    Getting Closer to the Core of Observables
  155. Урок 155. 00:04:47
    Building a Custom Observable
  156. Урок 156. 00:06:40
    Errors & Completion
  157. Урок 157. 00:01:56
    Observables & You!
  158. Урок 158. 00:08:41
    Understanding Operators
  159. Урок 159. 00:08:18
    Subjects
  160. Урок 160. 00:01:16
    Wrap Up
  161. Урок 161. 00:06:05
    Improving the Reactive Service with Observables (Subjects)
  162. Урок 162. 00:01:20
    Module Introduction
  163. Урок 163. 00:02:22
    Why do we Need Angular's Help?
  164. Урок 164. 00:01:17
    Template-Driven (TD) vs Reactive Approach
  165. Урок 165. 00:01:33
    An Example Form
  166. Урок 166. 00:05:43
    TD: Creating the Form and Registering the Controls
  167. Урок 167. 00:06:16
    TD: Submitting and Using the Form
  168. Урок 168. 00:02:30
    TD: Understanding Form State
  169. Урок 169. 00:03:04
    TD: Accessing the Form with @ViewChild
  170. Урок 170. 00:04:15
    TD: Adding Validation to check User Input
  171. Урок 171. 00:04:28
    TD: Using the Form State
  172. Урок 172. 00:02:24
    TD: Outputting Validation Error Messages
  173. Урок 173. 00:02:17
    TD: Set Default Values with ngModel Property Binding
  174. Урок 174. 00:02:49
    TD: Using ngModel with Two-Way-Binding
  175. Урок 175. 00:03:31
    TD: Grouping Form Controls
  176. Урок 176. 00:03:28
    TD: Handling Radio Buttons
  177. Урок 177. 00:04:43
    TD: Setting and Patching Form Values
  178. Урок 178. 00:04:45
    TD: Using Form Data
  179. Урок 179. 00:01:49
    TD: Resetting Forms
  180. Урок 180. 00:00:41
    Introduction to the Reactive Approach
  181. Урок 181. 00:02:27
    Reactive: Setup
  182. Урок 182. 00:04:08
    Reactive: Creating a Form in Code
  183. Урок 183. 00:03:59
    Reactive: Syncing HTML and Form
  184. Урок 184. 00:02:16
    Reactive: Submitting the Form
  185. Урок 185. 00:02:52
    Reactive: Adding Validation
  186. Урок 186. 00:03:48
    Reactive: Getting Access to Controls
  187. Урок 187. 00:03:47
    Reactive: Grouping Controls
  188. Урок 188. 00:07:32
    Reactive: Arrays of Form Controls (FormArray)
  189. Урок 189. 00:06:12
    Reactive: Creating Custom Validators
  190. Урок 190. 00:03:21
    Reactive: Using Error Codes
  191. Урок 191. 00:04:39
    Reactive: Creating a Custom Async Validator
  192. Урок 192. 00:02:12
    Reactive: Reacting to Status or Value Changes
  193. Урок 193. 00:02:10
    Reactive: Setting and Patching Values
  194. Урок 194. 00:13:49
    [OPTIONAL] Assignment Solution
  195. Урок 195. 00:01:00
    Introduction
  196. Урок 196. 00:03:44
    TD: Adding the Shopping List Form
  197. Урок 197. 00:02:23
    Adding Validation to the Form
  198. Урок 198. 00:04:25
    Allowing the Selection of Items in the List
  199. Урок 199. 00:03:03
    Loading the Shopping List Items into the Form
  200. Урок 200. 00:03:16
    Updating existing Items
  201. Урок 201. 00:02:35
    Resetting the Form
  202. Урок 202. 00:01:17
    Allowing the the User to Clear (Cancel) the Form
  203. Урок 203. 00:02:53
    Allowing the Deletion of Shopping List Items
  204. Урок 204. 00:05:01
    Creating the Template for the (Reactive) Recipe Edit Form
  205. Урок 205. 00:05:07
    Creating the Form For Editing Recipes
  206. Урок 206. 00:03:53
    Syncing HTML with the Form
  207. Урок 207. 00:05:40
    Adding Ingredient Controls to a Form Array
  208. Урок 208. 00:03:40
    Adding new Ingredient Controls
  209. Урок 209. 00:05:11
    Validating User Input
  210. Урок 210. 00:07:31
    Submitting the Recipe Edit Form
  211. Урок 211. 00:04:48
    Adding a Delete and Clear (Cancel) Functionality
  212. Урок 212. 00:01:48
    Redirecting the User (after Deleting a Recipe)
  213. Урок 213. 00:01:49
    Adding an Image Preview
  214. Урок 214. 00:02:00
    Providing the Recipe Service Correctly
  215. Урок 215. 00:03:35
    Deleting Ingredients and Some Finishing Touches
  216. Урок 216. 00:02:03
    Introduction & Why Pipes are Useful
  217. Урок 217. 00:03:29
    Using Pipes
  218. Урок 218. 00:02:11
    Parametrizing Pipes
  219. Урок 219. 00:01:57
    Where to learn more about Pipes
  220. Урок 220. 00:02:21
    Chaining Multiple Pipes
  221. Урок 221. 00:06:43
    Creating a Custom Pipe
  222. Урок 222. 00:02:37
    Parametrizing a Custom Pipe
  223. Урок 223. 00:07:02
    Example: Creating a Filter Pipe
  224. Урок 224. 00:04:47
    Pure and Impure Pipes (or: How to "fix" the Filter Pipe)
  225. Урок 225. 00:04:05
    Understanding the "async" Pipe
  226. Урок 226. 00:00:44
    A New IDE
  227. Урок 227. 00:01:07
    Module Introduction
  228. Урок 228. 00:03:10
    How Does Angular Interact With Backends?
  229. Урок 229. 00:02:28
    The Anatomy of a Http Request
  230. Урок 230. 00:02:36
    Backend (Firebase) Setup
  231. Урок 231. 00:10:12
    Sending a POST Request
  232. Урок 232. 00:02:57
    GETting Data
  233. Урок 233. 00:04:00
    Using RxJS Operators to Transform Response Data
  234. Урок 234. 00:05:08
    Using Types with the HttpClient
  235. Урок 235. 00:02:16
    Outputting Posts
  236. Урок 236. 00:02:04
    Showing a Loading Indicator
  237. Урок 237. 00:06:38
    Using a Service for Http Requests
  238. Урок 238. 00:03:29
    Services & Components Working Together
  239. Урок 239. 00:03:28
    Sending a DELETE Request
  240. Урок 240. 00:06:39
    Handling Errors
  241. Урок 241. 00:02:40
    Using Subjects for Error Handling
  242. Урок 242. 00:02:14
    Using the catchError Operator
  243. Урок 243. 00:02:08
    Error Handling & UX
  244. Урок 244. 00:03:19
    Setting Headers
  245. Урок 245. 00:04:02
    Adding Query Params
  246. Урок 246. 00:07:33
    Observing Different Types of Responses
  247. Урок 247. 00:03:17
    Changing the Response Body Type
  248. Урок 248. 00:07:25
    Introducing Interceptors
  249. Урок 249. 00:02:33
    Manipulating Request Objects
  250. Урок 250. 00:02:47
    Response Interceptors
  251. Урок 251. 00:04:53
    Multiple Interceptors
  252. Урок 252. 00:01:58
    Wrap Up
  253. Урок 253. 00:00:56
    Module Introduction
  254. Урок 254. 00:02:04
    Backend (Firebase) Setup
  255. Урок 255. 00:05:33
    Setting Up the DataStorage Service
  256. Урок 256. 00:06:40
    Storing Recipes
  257. Урок 257. 00:05:39
    Fetching Recipes
  258. Урок 258. 00:04:18
    Transforming Response Data
  259. Урок 259. 00:07:32
    Resolving Data Before Loading
  260. Урок 260. 00:01:44
    Fixing a Bug with the Resolver
  261. Урок 261. 00:00:53
    Module Introduction
  262. Урок 262. 00:05:02
    How Authentication Works
  263. Урок 263. 00:06:45
    Adding the Auth Page
  264. Урок 264. 00:04:03
    Switching Between Auth Modes
  265. Урок 265. 00:03:45
    Handling Form Input
  266. Урок 266. 00:03:16
    Preparing the Backend
  267. Урок 267. 00:08:25
    Preparing the Signup Request
  268. Урок 268. 00:04:37
    Sending the Signup Request
  269. Урок 269. 00:06:35
    Adding a Loading Spinner & Error Handling Logic
  270. Урок 270. 00:05:40
    Improving Error Handling
  271. Урок 271. 00:06:01
    Sending Login Requests
  272. Урок 272. 00:04:30
    Login Error Handling
  273. Урок 273. 00:10:18
    Creating & Storing the User Data
  274. Урок 274. 00:09:42
    Reflecting the Auth State in the UI
  275. Урок 275. 00:10:16
    Adding the Token to Outgoing Requests
  276. Урок 276. 00:08:49
    Attaching the Token with an Interceptor
  277. Урок 277. 00:03:19
    Adding Logout
  278. Урок 278. 00:09:56
    Adding Auto-Login
  279. Урок 279. 00:07:40
    Adding Auto-Logout
  280. Урок 280. 00:10:57
    Adding an Auth Guard
  281. Урок 281. 00:01:56
    Wrap Up
  282. Урок 282. 00:01:10
    Module Introduction
  283. Урок 283. 00:07:34
    Adding an Alert Modal Component
  284. Урок 284. 00:02:29
    Understanding the Different Approaches
  285. Урок 285. 00:03:06
    Using ngIf
  286. Урок 286. 00:08:28
    Preparing Programmatic Creation
  287. Урок 287. 00:04:47
    Creating a Component Programmatically
  288. Урок 288. 00:05:07
    Understanding entryComponents
  289. Урок 289. 00:05:06
    Data Binding & Event Binding
  290. Урок 290. 00:01:26
    Wrap Up
  291. Урок 291. 00:00:42
    Module Introduction
  292. Урок 292. 00:02:27
    What are Modules?
  293. Урок 293. 00:06:25
    Analyzing the AppModule
  294. Урок 294. 00:09:00
    Getting Started with Feature Modules
  295. Урок 295. 00:04:10
    Splitting Modules Correctly
  296. Урок 296. 00:04:36
    Adding Routes to Feature Modules
  297. Урок 297. 00:01:59
    Component Declarations
  298. Урок 298. 00:04:28
    The ShoppingList Feature Module
  299. Урок 299. 00:08:11
    Understanding Shared Modules
  300. Урок 300. 00:05:49
    Understanding the Core Module
  301. Урок 301. 00:04:23
    Adding an Auth Feature Module
  302. Урок 302. 00:02:53
    Understanding Lazy Loading
  303. Урок 303. 00:12:21
    Implementing Lazy Loading
  304. Урок 304. 00:03:03
    More Lazy Loading
  305. Урок 305. 00:03:40
    Preloading Lazy-Loaded Code
  306. Урок 306. 00:05:47
    Modules & Services
  307. Урок 307. 00:08:25
    Loading Services Differently
  308. Урок 308. 00:00:53
    Module Introduction
  309. Урок 309. 00:03:19
    Deployment Preparation & Steps
  310. Урок 310. 00:04:45
    Using Environment Variables
  311. Урок 311. 00:09:02
    Deployment Example: Firebase Hosting
  312. Урок 312. 00:01:28
    Module Introduction
  313. Урок 313. 00:04:49
    Starting Setup & Why We Want Standalone Components
  314. Урок 314. 00:09:50
    Building a First Standalone Component
  315. Урок 315. 00:02:20
    Standalone Directives & Connecting Building Blocks
  316. Урок 316. 00:01:50
    Migrating Another Component
  317. Урок 317. 00:04:21
    A Standalone Root Component
  318. Урок 318. 00:04:00
    Services & Standalone Components
  319. Урок 319. 00:06:37
    Routing with Standalone Components
  320. Урок 320. 00:08:05
    Lazy Loading
  321. Урок 321. 00:01:57
    Summary
  322. Урок 322. 00:01:09
    Module Introduction
  323. Урок 323. 00:05:41
    Signals: What & Why?
  324. Урок 324. 00:03:24
    Creating a New Signal
  325. Урок 325. 00:02:35
    Updating a Signal Value
  326. Урок 326. 00:02:12
    Reading & Outputting a Signal Value
  327. Урок 327. 00:06:13
    Signal Updating: set(), update() & mutate()
  328. Урок 328. 00:01:03
    Important: Signals are NOT Finished Yet!
  329. Урок 329. 00:03:49
    Computed Values & Effects
  330. Урок 330. 00:00:56
    Module Summary
  331. Урок 331. 00:00:58
    Module Introduction
  332. Урок 332. 00:02:10
    What Is NgRx?
  333. Урок 333. 00:03:59
    Understanding NgRx & Its Building Blocks
  334. Урок 334. 00:05:13
    Project Setup & Installing NgRx
  335. Урок 335. 00:08:36
    Adding a First Reducer & Store Setup
  336. Урок 336. 00:04:20
    An Alternative Way Of Creating Reducers
  337. Урок 337. 00:09:37
    Reading Data From The Store
  338. Урок 338. 00:07:50
    Introducing Actions & State Changing Reducers
  339. Урок 339. 00:03:42
    Dispatching Actions
  340. Урок 340. 00:04:21
    Attaching Data To Actions
  341. Урок 341. 00:06:02
    Handling Actions Without createReducer
  342. Урок 342. 00:10:03
    An Alternative Way Of Defining Actions
  343. Урок 343. 00:05:29
    Time To Practice: A Second Action
  344. Урок 344. 00:08:18
    Exploring Selectors
  345. Урок 345. 00:02:40
    Introducing Effects
  346. Урок 346. 00:02:04
    Installing the Effects Package
  347. Урок 347. 00:08:41
    Defining a First Effect
  348. Урок 348. 00:03:44
    The Old @Effect Decorator & Registering Effects
  349. Урок 349. 00:03:25
    Using Store Data In Effects
  350. Урок 350. 00:09:59
    Adding a Second Effect
  351. Урок 351. 00:03:03
    Summary
  352. Урок 352. 00:06:45
    Getting Started with Reducers
  353. Урок 353. 00:05:48
    Adding Logic to the Reducer
  354. Урок 354. 00:06:17
    Understanding & Adding Actions
  355. Урок 355. 00:04:49
    Setting Up the NgRx Store
  356. Урок 356. 00:08:52
    Selecting State
  357. Урок 357. 00:07:10
    Dispatching Actions
  358. Урок 358. 00:09:38
    Multiple Actions
  359. Урок 359. 00:03:10
    Preparing Update & Delete Actions
  360. Урок 360. 00:11:01
    Updating & Deleting Ingredients
  361. Урок 361. 00:09:18
    Expanding the State
  362. Урок 362. 00:09:53
    Managing More State via NgRx
  363. Урок 363. 00:03:33
    Removing Redundant Component State Management
  364. Урок 364. 00:05:26
    First Summary & Clean Up
  365. Урок 365. 00:11:40
    One Root State
  366. Урок 366. 00:08:26
    Setting Up Auth Reducer & Actions
  367. Урок 367. 00:05:54
    Dispatching Auth Actions
  368. Урок 368. 00:06:44
    Auth Finished (For Now...)
  369. Урок 369. 00:06:25
    And Important Note on Actions
  370. Урок 370. 00:03:39
    Exploring NgRx Effects
  371. Урок 371. 00:05:20
    Defining the First Effect
  372. Урок 372. 00:08:58
    Effects & Error Handling
  373. Урок 373. 00:09:09
    Login via NgRx Effects
  374. Урок 374. 00:07:31
    Managing UI State in NgRx
  375. Урок 375. 00:07:12
    Finishing the Login Effect
  376. Урок 376. 00:04:10
    Preparing Other Auth Actions
  377. Урок 377. 00:06:18
    Adding Signup
  378. Урок 378. 00:06:14
    Further Auth Effects
  379. Урок 379. 00:08:17
    Adding Auto-Login with NgRx
  380. Урок 380. 00:06:32
    Adding Auto-Logout
  381. Урок 381. 00:02:30
    Finishing the Auth Effects
  382. Урок 382. 00:06:21
    Using the Store Devtools
  383. Урок 383. 00:02:12
    The Router Store
  384. Урок 384. 00:11:04
    Getting Started with NgRx for Recipes
  385. Урок 385. 00:09:15
    Fetching Recipe Detail Data
  386. Урок 386. 00:12:01
    Fetching Recipes & Using the Resolver
  387. Урок 387. 00:02:11
    Fixing the Auth Redirect
  388. Урок 388. 00:15:12
    Update, Delete and Add Recipes
  389. Урок 389. 00:05:53
    Storing Recipes via Effects
  390. Урок 390. 00:01:59
    Cleanup Work
  391. Урок 391. 00:02:13
    Wrap Up
  392. Урок 392. 00:00:34
    Module Introduction
  393. Урок 393. 00:07:50
    Angular Universal - What & Why?
  394. Урок 394. 00:03:13
    Converting the App to a Universal App
  395. Урок 395. 00:05:23
    Analyzing & Running Server-side Code
  396. Урок 396. 00:04:11
    A Closer Look At The Server-side Code
  397. Урок 397. 00:03:08
    Integrating a REST API
  398. Урок 398. 00:04:31
    Some Notes About Deploying Angular Universal Apps
  399. Урок 399. 00:01:04
    Introduction
  400. Урок 400. 00:00:53
    Setting up the Starting Project
  401. Урок 401. 00:07:13
    Animations Triggers and State
  402. Урок 402. 00:02:05
    Switching between States
  403. Урок 403. 00:01:55
    Transitions
  404. Урок 404. 00:05:23
    Advanced Transitions
  405. Урок 405. 00:03:58
    Transition Phases
  406. Урок 406. 00:06:12
    The "void" State
  407. Урок 407. 00:05:33
    Using Keyframes for Animations
  408. Урок 408. 00:02:12
    Grouping Transitions
  409. Урок 409. 00:02:39
    Using Animation Callbacks
  410. Урок 410. 00:02:10
    Module Introduction
  411. Урок 411. 00:12:42
    Adding Service Workers
  412. Урок 412. 00:05:29
    Caching Assets for Offline Use
  413. Урок 413. 00:07:03
    Caching Dynamic Assets & URLs
  414. Урок 414. 00:01:19
    Introduction
  415. Урок 415. 00:02:13
    Why Unit Tests?
  416. Урок 416. 00:08:02
    Analyzing the Testing Setup (as created by the CLI)
  417. Урок 417. 00:02:00
    Running Tests (with the CLI)
  418. Урок 418. 00:06:15
    Adding a Component and some fitting Tests
  419. Урок 419. 00:06:56
    Testing Dependencies: Components and Services
  420. Урок 420. 00:09:42
    Simulating Async Tasks
  421. Урок 421. 00:02:15
    Using "fakeAsync" and "tick"
  422. Урок 422. 00:06:11
    Isolated vs Non-Isolated Tests
  423. Урок 423. 00:01:45
    Module Introduction
  424. Урок 424. 00:05:19
    A Closer Look at "ng new"
  425. Урок 425. 00:02:32
    IDE & Project Setup
  426. Урок 426. 00:09:02
    Understanding the Config Files
  427. Урок 427. 00:05:26
    Important CLI Commands
  428. Урок 428. 00:11:19
    The "angular.json" File - A Closer Look
  429. Урок 429. 00:01:42
    Angular Schematics - An Introduction
  430. Урок 430. 00:04:32
    The "ng add" Command
  431. Урок 431. 00:03:06
    Using Custom "ng generate" Schematics
  432. Урок 432. 00:02:15
    Smooth Updating of Projects with "ng update"
  433. Урок 433. 00:05:47
    Simplified Deployment with "ng deploy"
  434. Урок 434. 00:05:11
    Understanding "Differential Loading"
  435. Урок 435. 00:04:36
    Managing Multiple Projects in One Folder
  436. Урок 436. 00:02:52
    Angular Libraries - An Introduction
  437. Урок 437. 00:01:28
    Wrap Up
  438. Урок 438. 00:15:35
    A First Look At Angular Elements
  439. Урок 439. 00:00:56
    Thanks for being part of the course!
  440. Урок 440. 00:01:16
    Module Introduction
  441. Урок 441. 00:06:33
    What & Why?
  442. Урок 442. 00:06:23
    Installing & Using TypeScript
  443. Урок 443. 00:03:56
    Base Types & Primitives
  444. Урок 444. 00:05:34
    Array & Object Types
  445. Урок 445. 00:02:48
    Type Inference
  446. Урок 446. 00:02:49
    Working with Union Types
  447. Урок 447. 00:02:43
    Assigning Type Aliases
  448. Урок 448. 00:05:13
    Diving into Functions & Function Types
  449. Урок 449. 00:07:21
    Understanding Generics
  450. Урок 450. 00:07:59
    Classes & TypeScript
  451. Урок 451. 00:05:37
    Working with Interfaces
  452. Урок 452. 00:02:30
    Configuring the TypeScript Compiler