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