1. Урок 1. 00:02:05
    Course Overview
  2. Урок 2. 00:02:39
    Introduction
  3. Урок 3. 00:03:56
    What Is NgRx?
  4. Урок 4. 00:05:15
    Why Use NgRx?
  5. Урок 5. 00:02:37
    Getting the Most from This Course
  6. Урок 6. 00:02:33
    Sample Application
  7. Урок 7. 00:01:45
    Course Outline
  8. Урок 8. 00:01:46
    Introduction
  9. Урок 9. 00:01:23
    Store
  10. Урок 10. 00:01:15
    Actions
  11. Урок 11. 00:01:44
    Reducers
  12. Урок 12. 00:01:46
    Advantages of the Redux Pattern
  13. Урок 13. 00:00:37
    Checklists and Summary
  14. Урок 14. 00:02:30
    Introduction
  15. Урок 15. 00:03:51
    Demo: Setting up the Sample Application
  16. Урок 16. 00:03:37
    Installing the Store
  17. Урок 17. 00:04:13
    Initializing the Store
  18. Урок 18. 00:01:39
    Demo: Initializing the Store
  19. Урок 19. 00:01:29
    Defining the State and Actions
  20. Урок 20. 00:05:10
    Building a Reducer to Process Actions
  21. Урок 21. 00:03:05
    Demo: Building a Reducer to Process Actions
  22. Урок 22. 00:04:42
    Dispatching an Action to Change State
  23. Урок 23. 00:04:50
    Subscribing to the Store to Get State Changes
  24. Урок 24. 00:04:34
    Checklists and Summary
  25. Урок 25. 00:00:55
    Introduction
  26. Урок 26. 00:04:43
    Installing the Tools
  27. Урок 27. 00:04:09
    Using the Tools
  28. Урок 28. 00:00:44
    Checklists and Summary
  29. Урок 29. 00:03:10
    Introduction
  30. Урок 30. 00:03:55
    Defining Interfaces for Slices of State
  31. Урок 31. 00:03:21
    Extending the State Interface for Lazy Loaded Features
  32. Урок 32. 00:02:50
    Strongly Typing the State
  33. Урок 33. 00:03:31
    Setting Initial State Values
  34. Урок 34. 00:05:57
    Building Selectors
  35. Урок 35. 00:03:06
    Demo: Building Selectors
  36. Урок 36. 00:01:26
    Demo: Using Selectors
  37. Урок 37. 00:02:18
    Composing Selectors
  38. Урок 38. 00:02:17
    Checklists and Summary
  39. Урок 39. 00:04:24
    Introduction
  40. Урок 40. 00:05:58
    Building Action Creators
  41. Урок 41. 00:03:49
    Demo: Building Action Creators
  42. Урок 42. 00:02:38
    Using Strongly Typed Actions
  43. Урок 43. 00:03:40
    Demo: Using Strongly Typed Actions
  44. Урок 44. 00:05:30
    Using Actions and Selectors for Component Communication
  45. Урок 45. 00:05:20
    Demo: Communicating with the Edit Component
  46. Урок 46. 00:02:41
    Defining Actions for Complex Operations
  47. Урок 47. 00:02:01
    Demo: Defining Actions for Complex Operations
  48. Урок 48. 00:02:24
    Checklists and Summary
  49. Урок 49. 00:01:03
    Introduction
  50. Урок 50. 00:03:34
    What Are Effects?
  51. Урок 51. 00:03:01
    Defining an Effect
  52. Урок 52. 00:04:56
    Demo: Defining an Effect
  53. Урок 53. 00:02:13
    SwitchMap Versus MergeMap
  54. Урок 54. 00:01:49
    Registering an Effect
  55. Урок 55. 00:02:50
    Using an Effect
  56. Урок 56. 00:05:33
    Unsubscribing from Observables
  57. Урок 57. 00:04:57
    Exception Handling in Effects
  58. Урок 58. 00:01:30
    Checklists and Summary
  59. Урок 59. 00:01:51
    Introduction
  60. Урок 60. 00:03:33
    Identifying the State and Actions
  61. Урок 61. 00:04:19
    Strongly Typing the State and Building Selectors
  62. Урок 62. 00:02:02
    Strongly Typing the Actions with Action Creators
  63. Урок 63. 00:03:27
    Dispatching an Action
  64. Урок 64. 00:02:44
    Building the Effect
  65. Урок 65. 00:04:50
    Processing the Success and Fail Actions
  66. Урок 66. 00:01:50
    Demo: Processing the Success and Fail Actions
  67. Урок 67. 00:02:20
    Checklists and Summary
  68. Урок 68. 00:01:11
    Introduction
  69. Урок 69. 00:01:12
    Folder by Feature or Function
  70. Урок 70. 00:05:54
    Container Presentational Component Pattern
  71. Урок 71. 00:05:11
    Demo: Container Component
  72. Урок 72. 00:02:27
    Demo: Presentational Component
  73. Урок 73. 00:03:40
    Change Detection OnPush
  74. Урок 74. 00:05:01
    Creating a Barrel with Index.ts Files
  75. Урок 75. 00:02:39
    Checklists and Summary
  76. Урок 76. 00:00:36
    Introduction
  77. Урок 77. 00:03:53
    Recap
  78. Урок 78. 00:04:24
    Additional NgRx Libraries
  79. Урок 79. 00:00:40
    Learning More
  80. Урок 80. 00:00:34
    Closing