Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Angular & NodeJS - The MEAN Stack Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:58
    Introduction
  2. Урок 2. 00:10:36
    What is MEAN?
  3. Урок 3. 00:02:09
    What is a Single Page Application (SPA)?
  4. Урок 4. 00:02:59
    How Does the MEAN Stack Work?
  5. Урок 5. 00:07:51
    Installing Node & the Angular CLI
  6. Урок 6. 00:03:14
    Installing our IDE
  7. Урок 7. 00:04:03
    Exploring the Project Structure
  8. Урок 8. 00:03:28
    Course Outline
  9. Урок 9. 00:02:54
    How To Get The Most Out Of This Course
  10. Урок 10. 00:01:41
    Module Introduction
  11. Урок 11. 00:06:41
    Understanding the Folder Structure
  12. Урок 12. 00:02:40
    Understanding Angular Components
  13. Урок 13. 00:08:02
    Adding our First Component
  14. Урок 14. 00:03:44
    Listening to Events
  15. Урок 15. 00:05:35
    Outputting Content
  16. Урок 16. 00:06:04
    Getting User Input
  17. Урок 17. 00:12:17
    Installing Angular Material
  18. Урок 18. 00:03:58
    Adding a Toolbar
  19. Урок 19. 00:06:38
    Outputting Posts
  20. Урок 20. 00:05:41
    Diving Into Structural Directives
  21. Урок 21. 00:07:39
    Creating Posts with Property & Event Binding
  22. Урок 22. 00:04:36
    Creating a Post Model
  23. Урок 23. 00:08:19
    Adding Forms
  24. Урок 24. 00:09:27
    Getting Posts from Post-Create to Post-List
  25. Урок 25. 00:11:17
    Calling GET Post
  26. Урок 26. 00:05:52
    More About Observables
  27. Урок 27. 00:03:52
    Working on our Form
  28. Урок 28. 00:02:04
    Module Introduction
  29. Урок 29. 00:04:38
    Connecting Node & Angular - Theory
  30. Урок 30. 00:04:46
    What is a RESTful API?
  31. Урок 31. 00:08:21
    Adding the Node Backend
  32. Урок 32. 00:07:38
    Adding the Express Framework
  33. Урок 33. 00:04:41
    Improving the server.js Code
  34. Урок 34. 00:05:58
    Fetching Initial Posts
  35. Урок 35. 00:09:21
    Using the Angular HTTP Client
  36. Урок 36. 00:05:32
    Understanding CORS
  37. Урок 37. 00:05:28
    Adding the POST Backend Point
  38. Урок 38. 00:05:08
    Adding Angular
  39. Урок 39. 00:01:05
    Module Introduction
  40. Урок 40. 00:01:49
    What is MongoDB?
  41. Урок 41. 00:04:27
    Comparing SQL & NoSQL
  42. Урок 42. 00:02:08
    Connecting Angular to a Database
  43. Урок 43. 00:05:15
    Setting Up MongoDB
  44. Урок 44. 00:03:02
    Adding Mongoose
  45. Урок 45. 00:05:46
    Understanding Mongoose Schemas & Models
  46. Урок 46. 00:04:09
    Creating a POST Instance
  47. Урок 47. 00:03:11
    Connecting our Node Express App to MongoDB
  48. Урок 48. 00:05:52
    Storing Data in a Database
  49. Урок 49. 00:05:35
    Fetching Data From a Database
  50. Урок 50. 00:05:08
    Transforming Response Data
  51. Урок 51. 00:07:38
    Deleting Documents
  52. Урок 52. 00:03:03
    Updating the Frontend after Deleting Posts
  53. Урок 53. 00:07:08
    Adding Posts with an ID
  54. Урок 54. 00:01:12
    Module Introduction
  55. Урок 55. 00:10:13
    Adding Routing
  56. Урок 56. 00:04:00
    Styling Links
  57. Урок 57. 00:02:45
    Client Side vs Server Side Routing
  58. Урок 58. 00:10:39
    Creating the "edit" Form
  59. Урок 59. 00:11:10
    Finishing the Edit Feature
  60. Урок 60. 00:09:22
    Updating Posts on the Server
  61. Урок 61. 00:05:55
    Re-Organizing Backend Routes
  62. Урок 62. 00:09:06
    Adding Loading Spinners
  63. Урок 63. 00:00:45
    Module Introduction
  64. Урок 64. 00:04:52
    Adding the File Input Button
  65. Урок 65. 00:13:42
    Converting the Form from a Template Driven to a Reactive Approach
  66. Урок 66. 00:07:00
    Adding Image Controls to Store the Image
  67. Урок 67. 00:04:59
    Adding an Image Preview
  68. Урок 68. 00:08:21
    Starting with the Mime-Type Validator
  69. Урок 69. 00:07:18
    Finishing the Image Validator
  70. Урок 70. 00:08:24
    Adding Server Side Upload
  71. Урок 71. 00:06:06
    Uploading Files
  72. Урок 72. 00:06:19
    Working with the File URL
  73. Урок 73. 00:06:38
    Fetching Images on the Frontend
  74. Урок 74. 00:13:21
    Updating Posts with Images
  75. Урок 75. 00:00:55
    Wrap Up
  76. Урок 76. 00:01:05
    Module Introduction
  77. Урок 77. 00:07:19
    Adding the Pagination Component
  78. Урок 78. 00:08:09
    Working on the Pagination Backend
  79. Урок 79. 00:05:25
    Connecting the Angular Paginator to the Backend
  80. Урок 80. 00:06:10
    Fetching Posts Correctly
  81. Урок 81. 00:04:49
    Finishing Touches
  82. Урок 82. 00:01:00
    Module Introduction
  83. Урок 83. 00:08:16
    Adding the Login Input Fields
  84. Урок 84. 00:03:43
    Handling User Input
  85. Урок 85. 00:03:33
    Adding the Signup Screen
  86. Урок 86. 00:06:24
    Creating the User Model
  87. Урок 87. 00:05:31
    Creating a New User Upon Request
  88. Урок 88. 00:06:39
    Connecting Angular to the Backend
  89. Урок 89. 00:03:40
    Understanding SPA Authentication
  90. Урок 90. 00:09:33
    Implementing SPA Authentication
  91. Урок 91. 00:05:44
    Sending the Token to the Frontend
  92. Урок 92. 00:11:48
    Adding Middleware to Protect Routes
  93. Урок 93. 00:13:46
    Adding the Token to Authenticate Requests
  94. Урок 94. 00:07:24
    Improving the UI Header to Reflect the Authentication Status
  95. Урок 95. 00:06:20
    Improving the UI Messages to Reflect the Authentication Status
  96. Урок 96. 00:02:33
    Connecting the Logout Button to the Authentication Status
  97. Урок 97. 00:04:26
    Redirecting Users
  98. Урок 98. 00:06:49
    Adding Route Guards
  99. Урок 99. 00:06:13
    Reflecting the Token Expiration in the UI
  100. Урок 100. 00:15:55
    Saving the Token in the Local Storage
  101. Урок 101. 00:01:10
    Module Introduction
  102. Урок 102. 00:03:29
    Adding a Reference to the Model
  103. Урок 103. 00:07:03
    Adding the User ID to Posts
  104. Урок 104. 00:08:20
    Protecting Resources with Authorization
  105. Урок 105. 00:07:25
    Passing the User ID to the Frontend
  106. Урок 106. 00:05:12
    Using the User ID on the Frontend
  107. Урок 107. 00:01:15
    Module Introduction
  108. Урок 108. 00:09:50
    Testing Different Places to Handle Errors
  109. Урок 109. 00:08:02
    The Error Interceptor
  110. Урок 110. 00:05:14
    Displaying the Basic Error Dialog
  111. Урок 111. 00:05:27
    Adding an Error Dialog
  112. Урок 112. 00:07:11
    Returning Error Messages on the Server
  113. Урок 113. 00:03:04
    Finishing Touches
  114. Урок 114. 00:00:35
    Module Introduction
  115. Урок 115. 00:08:17
    Using Controllers
  116. Урок 116. 00:03:31
    Separating the Middleware
  117. Урок 117. 00:04:21
    Creating an Angular Material Module
  118. Урок 118. 00:05:15
    Splitting the App Into Feature Modules
  119. Урок 119. 00:02:32
    Fixing an Update Bug
  120. Урок 120. 00:04:09
    Creating the Auth Module
  121. Урок 121. 00:07:59
    Adding Lazy Loading
  122. Урок 122. 00:06:19
    Using a Global Angular Config
  123. Урок 123. 00:05:27
    Using Node Environment Variables
  124. Урок 124. 00:00:41
    Module Introduction
  125. Урок 125. 00:04:00
    Deployment Options
  126. Урок 126. 00:13:35
    Deploying the REST Api
  127. Урок 127. 00:09:52
    Angular Deployment - Finishing the Two App Setup
  128. Урок 128. 00:09:38
    Using the Integrated Approach
  129. Урок 129. 00:02:06
    Course Roundup