1. Урок 1. 00:06:53
    Course Helicopter View
  2. Урок 2. 00:03:29
    Quick Note About Asking Questions In The Help Forums
  3. Урок 3. 00:03:43
    Installing an IDE - Webstorm or Visual Studio Code
  4. Урок 4. 00:04:46
    Scaffolding an Application Using the Angular CLI
  5. Урок 5. 00:02:35
    Installing The Lodash Utility Library
  6. Урок 6. 00:06:25
    Using the Angular CLI to Scaffold All Application Components
  7. Урок 7. 00:02:20
    What Should be put inside the Store?
  8. Урок 8. 00:04:47
    A Critical Notion For Any UI We Build - Model vs View Model
  9. Урок 9. 00:04:10
    Using Typescript Custom Types To Define The Application Model
  10. Урок 10. 00:07:16
    Implement a Simple In-Memory Database Learn What Goes Inside a Store
  11. Урок 11. 00:08:51
    First HTTP Call - What is a Transfer Object
  12. Урок 12. 00:02:53
    Store Concepts Introduction
  13. Урок 13. 00:03:59
    How To Switch Git Branches During The Course?
  14. Урок 14. 00:04:58
    Getting a REST API Server Running
  15. Урок 15. 00:02:18
    Installing A Store Solution
  16. Урок 16. 00:06:03
    Defining The Store Application State - How Many Types Of State Are Th
  17. Урок 17. 00:04:40
    The Store as an Observable of Application State
  18. Урок 18. 00:06:27
    Dispatching Our First Store Action
  19. Урок 19. 00:07:36
    Setting The Store Initial State - Debugging First Action Dispatch
  20. Урок 20. 00:08:40
    Writing Our First Reducer Function Step By Step
  21. Урок 21. 00:04:14
    Summary Of How a Store Actions and Reducers Work
  22. Урок 22. 00:03:38
    Smart Components and Reactive Programming Techniques - Introduction
  23. Урок 23. 00:09:19
    Building the Thread Section Using Reactive Programming
  24. Урок 24. 00:06:09
    See How Simple It Is To Implement An Unread Messages Counter Using A Store
  25. Урок 25. 00:01:45
    A Simple Way To Debug An Angular Program
  26. Урок 26. 00:04:28
    Defining a View Model - Difference Between View Model and Model
  27. Урок 27. 00:01:38
    Refactoring the Thread Section Component - Extracting Mapping Functions
  28. Урок 28. 00:07:38
    Writing The Thread Summaries Selector
  29. Урок 29. 00:04:55
    Implementing our First Presentational Component - The Thread List Component
  30. Урок 30. 00:04:54
    Refactoring The Selector Functions of The Thread Section Component
  31. Урок 31. 00:05:04
    Best Practices for Writing Selector Functions
  32. Урок 32. 00:01:48
    Ngrx Effects and DevTools Introduction
  33. Урок 33. 00:04:18
    Simplifying Smart Components - The Ngrx Effects Library
  34. Урок 34. 00:04:33
    Understanding the NgRx Effect Decorator - How to Use It?
  35. Урок 35. 00:02:59
    The Added Value Of Ngrx Effects and How It Simplifies Smart Components
  36. Урок 36. 00:05:21
    The Ngrx Store DevTools and the Time Travelling Debugger
  37. Урок 37. 00:05:28
    How to Debug RxJs Code?
  38. Урок 38. 00:07:03
    A Simple RxJs Debugging Utility
  39. Урок 39. 00:05:49
    Selecting A Thread - Initial Implementation
  40. Урок 40. 00:10:58
    Understanding Combine Reducers
  41. Урок 41. 00:01:59
    Writing The Reducing Logic of Select Thread Action
  42. Урок 42. 00:04:45
    Introducing the Message Section Component
  43. Урок 43. 00:08:46
    Message Section - Reviewing the Implementation of the Name List Selector
  44. Урок 44. 00:04:52
    Review of The Messages List Implementation - View to View Model Mapping
  45. Урок 45. 00:03:35
    Implementation of the Highlight Selected Thread Functionality
  46. Урок 46. 00:06:31
    Implementation of the Change Selected User Smart Component
  47. Урок 47. 00:03:03
    Change User Effect Implementation - An Example of a Chain Of Actions
  48. Урок 48. 00:11:47
    Change Current User Implementation - Backend and Frontend
  49. Урок 49. 00:09:29
    Implementing the Send New Message Chat Functionality
  50. Урок 50. 00:06:55
    Implementation of the Send New Message Reducer
  51. Урок 51. 00:04:28
    Scrolling the Message List To the Bottom Automatically Using OnChanges
  52. Урок 52. 00:05:11
    Solving the Facebook Counter Problem - Section Introduction
  53. Урок 53. 00:07:37
    Implementing The Write New Message Effect Using Ngrx Effects
  54. Урок 54. 00:06:13
    Send New Message Implementation - Client Part
  55. Урок 55. 00:04:38
    New Server Branch - View Send New Message In Action
  56. Урок 56. 00:06:36
    Refresh Chat Messages Side Effect Implementation
  57. Урок 57. 00:04:55
    Fetch New Messages - Implementing the Reducer Logic
  58. Урок 58. 00:10:10
    Finish Implementing the Refresh Messages HTTP Service
  59. Урок 59. 00:08:02
    Implementing The unread Messages Counter Reducing Logic
  60. Урок 60. 00:04:44
    Unread Message Counter - See The Solution for The Facebook Counter Issue
  61. Урок 61. 00:06:40
    Marking Threads With New Messages As Unread
  62. Урок 62. 00:10:23
    Implementing the Mark Messages As Read Reducer Logic
  63. Урок 63. 00:01:45
    Mark Threads as Read - Demo of The Nearly Completed Chat
  64. Урок 64. 00:07:28
    Implementing The Mark Messages As Read Side-Effect
  65. Урок 65. 00:03:04
    Chat Wrap Up - Summary Of The Advantages Of Store Architectures
  66. Урок 66. 00:06:02
    Error Handling With Ngrx Store - How To Use The RxJs Catch Operator
  67. Урок 67. 00:02:27
    Implementing the Error Handling Reducer Logic
  68. Урок 68. 00:06:43
    Displaying Errors On the Screen - Implementing the Messages Smart Component
  69. Урок 69. 00:05:22
    Immutability In Reducer Functions - How to Use the Ngrx Store Freeze Library
  70. Урок 70. 00:06:42
    Adding the Angular Router to the Chat Application
  71. Урок 71. 00:05:50
    Ngrx Store Router Integration - Time-Travelling with the Dev Tools
  72. Урок 72. 00:07:36
    OnPush Change Detection and Immutability - What Are the Advantages
  73. Урок 73. 00:04:20
    Why Freezing Selector Output Does Not Help Leverage OnPush Change Detection?
  74. Урок 74. 00:04:19
    Understanding How OnPush Change Detection Works And How To Leverage It?
  75. Урок 75. 00:11:36
    How To Write Reducers That Leverage OnPush Change Detection?
  76. Урок 76. 00:09:13
    Refactoring Remaining Reducers - Will This Be Enough To Leverage OnPush
  77. Урок 77. 00:06:41
    Introducing a New Functional Programming Concept - Memoization
  78. Урок 78. 00:02:58
    Introducting The Reselect Library - How To Create a Memoized Selector
  79. Урок 79. 00:07:52
    How To Write a Memoized Selector With Reselect - What is The Advantage?
  80. Урок 80. 00:07:47
    Using the Lodash Memoize Utility To Optimize View Rendering
  81. Урок 81. 00:05:41
    Preventing Message Re-Renderings Using a Presentational Component
  82. Урок 82. 00:02:09
    On Push Change Detection Summary - Smart Vs Presentational Components
  83. Урок 83. 00:05:23
    High-Level Overview of The ImmutableJs Library
  84. Урок 84. 00:07:34
    Course Summary and Conclusions
  85. Урок 85. 00:19:32
    Building The Get All User Data REST API From A to Z
  86. Урок 86. 00:06:00
    Running And Debugging Our ts-node Development Server
  87. Урок 87. 00:03:39
    Calling Our REST API Server From the Client - Configuring the Angular CLI