1. Урок 1. 00:06:37
    NgRx (with NgRx Data) - Helicopter View
  2. Урок 2. 00:08:04
    NgRx The Complete Guide - Development Environment Setup
  3. Урок 3. 00:11:47
    What is NgRx, Why State Management and what are the benefits?
  4. Урок 4. 00:07:13
    Installing NgRx and the NgRx DevTools
  5. Урок 5. 00:08:17
    Configuring an NgRx Feature Module using NgRx Schematics
  6. Урок 6. 00:07:29
    The Store Service API - Implementing the Login Screen
  7. Урок 7. 00:11:10
    Defining NgRx Actions using Action Creators
  8. Урок 8. 00:03:45
    Grouping Actions Together with Action Types
  9. Урок 9. 00:08:56
    NgRx Reducers - Step-by-Step Implementation
  10. Урок 10. 00:06:01
    Key Concepts Summary - NgRx Actions and Reducers In Action
  11. Урок 11. 00:12:38
    How to Query the Store Data - An Example
  12. Урок 12. 00:12:01
    NgRx Selectors - An In-Depth Explanation
  13. Урок 13. 00:04:56
    NgRx Feature Selectors - a Simple Explanation
  14. Урок 14. 00:04:31
    Implementing User Logout (Practice Lesson )
  15. Урок 15. 00:08:13
    Implementing a Router Authentication Guard (Practice Lesson)
  16. Урок 16. 00:05:50
    Introduction to NgRx Effects - What is a Side Effect?
  17. Урок 17. 00:07:17
    Understanding NgRx Effects - A Simple Example
  18. Урок 18. 00:08:39
    NgRx Effects - Step-by-Step Implementation
  19. Урок 19. 00:06:53
    Implementing the Logout Effect (Practice Lesson)
  20. Урок 20. 00:10:34
    Setting up NgRx Router Store and the Time-Travelling Debugger
  21. Урок 21. 00:08:31
    NgRx Runtime Checks - How do they work?
  22. Урок 22. 00:06:50
    NgRx Metareducers - Step-by-Step Implementation
  23. Урок 23. 00:03:36
    NgRx Entity - Section Kickoff
  24. Урок 24. 00:06:08
    NgRx Feature Design - Defining Actions First
  25. Урок 25. 00:10:18
    Loading NgRx Entity Data using a Router Resolver
  26. Урок 26. 00:06:57
    NgRx Effects - Fetching Data From the Backend
  27. Урок 27. 00:05:54
    Understanding the NgRx Entity Format
  28. Урок 28. 00:08:12
    Implementing Reducers Using the NgRx Entity Adapter
  29. Урок 29. 00:10:08
    NgRx Entity Selectors - Refactoring the Home Component
  30. Урок 30. 00:04:26
    Entity Adapter Configuration - Understanding sortComparer and selectId
  31. Урок 31. 00:10:34
    NgRx Data Fetching Solution - How to Load Data Only If Needed
  32. Урок 32. 00:10:43
    Optimistically Editing Entity Data - The Edit Course Dialog
  33. Урок 33. 00:04:07
    Optimistic Data Editing - Reducer Implementation and Demo
  34. Урок 34. 00:06:01
    Optimistic Data Editing - Saving Data in the background with an Effect
  35. Урок 35. 00:05:54
    Why NgRx Data? New Section Introduction
  36. Урок 36. 00:08:24
    Setting Up NgRx Data in a Lazy Loaded Module
  37. Урок 37. 00:09:12
    How Does NgRx Data Work? Transparent Fetching Data In Action
  38. Урок 38. 00:11:21
    NgRx Custom Data Service - Fetching Data From the Backend
  39. Урок 39. 00:05:19
    Controlling Data Loading with the NgRx Data loaded flag
  40. Урок 40. 00:08:17
    Querying Store Data with NgRx Data and the entities$ Observable
  41. Урок 41. 00:13:23
    NgRx Data CRUD - Why use Optimistic Updates?
  42. Урок 42. 00:06:44
    NgRx Data CRUD - Why Pessimistic Data Creation?
  43. Урок 43. 00:07:09
    NgRx Data CRUD - Optimistic Delete Implementation
  44. Урок 44. 00:03:43
    Setting Up a new Entity - The Lesson Entity
  45. Урок 45. 00:05:16
    Implementing the Course Component Using NgRx Data
  46. Урок 46. 00:12:13
    Lessons Pagination using NgRx Data
  47. Урок 47. 00:06:39
    Switching an NgRx Application to OnPush Change Detection
  48. Урок 48. 00:04:29
    Angular NgRx Course Conclusion