|
|
0101.Introduction.mp4
|
MP4
|
5.4 MB
|
|
|
0102.What is MEAN.mp4
|
MP4
|
39.6 MB
|
|
|
0103.What is a Single Page Application (SPA).mp4
|
MP4
|
8 MB
|
|
|
0104.How Does the MEAN Stack Work.mp4
|
MP4
|
11.1 MB
|
|
|
0105.Installing Node & the Angular CLI.mp4
|
MP4
|
29.2 MB
|
|
|
0106.Installing our IDE.mp4
|
MP4
|
12 MB
|
|
|
0107.Exploring the Project Structure.mp4
|
MP4
|
15 MB
|
|
|
0108.Course Outline.mp4
|
MP4
|
12.8 MB
|
|
|
0109.How To Get The Most Out Of This Course.mp4
|
MP4
|
6.3 MB
|
|
|
0201.Module Introduction.mp4
|
MP4
|
4.3 MB
|
|
|
0202.Understanding the Folder Structure.mp4
|
MP4
|
25.9 MB
|
|
|
0203.Understanding Angular Components.mp4
|
MP4
|
10 MB
|
|
|
0204.Adding our First Component.mp4
|
MP4
|
29.6 MB
|
|
|
0205.Listening to Events.mp4
|
MP4
|
15.9 MB
|
|
|
0206.Outputting Content.mp4
|
MP4
|
23.4 MB
|
|
|
0207.Getting User Input.mp4
|
MP4
|
22.5 MB
|
|
|
0208.Installing Angular Material.mp4
|
MP4
|
45.1 MB
|
|
|
0209.Adding a Toolbar.mp4
|
MP4
|
14.8 MB
|
|
|
0210.Outputting Posts.mp4
|
MP4
|
24.4 MB
|
|
|
0211.Diving Into Structural Directives.mp4
|
MP4
|
22.2 MB
|
|
|
0212.Creating Posts with Property & Event Binding.mp4
|
MP4
|
28.4 MB
|
|
|
0213.Creating a Post Model.mp4
|
MP4
|
17 MB
|
|
|
0214.Adding Forms.mp4
|
MP4
|
30.6 MB
|
|
|
0215.Getting Posts from Post-Create to Post-List.mp4
|
MP4
|
34.1 MB
|
|
|
0216.Calling GET Post.mp4
|
MP4
|
41.4 MB
|
|
|
0217.More About Observables.mp4
|
MP4
|
11.4 MB
|
|
|
0218.Working on our Form.mp4
|
MP4
|
14.3 MB
|
|
|
0301.Module Introduction.mp4
|
MP4
|
3.9 MB
|
|
|
0302.Connecting Node & Angular – Theory.mp4
|
MP4
|
11.7 MB
|
|
|
0303.What is a RESTful API.mp4
|
MP4
|
8.9 MB
|
|
|
0304.Adding the Node Backend.mp4
|
MP4
|
33.9 MB
|
|
|
0305.Adding the Express Framework.mp4
|
MP4
|
29 MB
|
|
|
0306.Improving the server.js Code.mp4
|
MP4
|
17.4 MB
|
|
|
0307.Fetching Initial Posts.mp4
|
MP4
|
25.7 MB
|
|
|
0308.Using the Angular HTTP Client.mp4
|
MP4
|
35 MB
|
|
|
0309.Understanding CORS.mp4
|
MP4
|
19.7 MB
|
|
|
0310.Adding the POST Backend Point.mp4
|
MP4
|
21.2 MB
|
|
|
0311.Adding Angular.mp4
|
MP4
|
18.9 MB
|
|
|
0401.Module Introduction.mp4
|
MP4
|
1.9 MB
|
|
|
0402.What is MongoDB.mp4
|
MP4
|
4.9 MB
|
|
|
0403.Comparing SQL & NoSQL.mp4
|
MP4
|
8.5 MB
|
|
|
0404.Connecting Angular to a Database.mp4
|
MP4
|
3.8 MB
|
|
|
0405.Setting Up MongoDB.mp4
|
MP4
|
19.5 MB
|
|
|
0406.Adding Mongoose.mp4
|
MP4
|
11.3 MB
|
|
|
0407.Understanding Mongoose Schemas & Models.mp4
|
MP4
|
21 MB
|
|
|
0408.Creating a POST Instance.mp4
|
MP4
|
15.4 MB
|
|
|
0409.Connecting our Node Express App to MongoDB.mp4
|
MP4
|
11.5 MB
|
|
|
0410.Storing Data in a Database.mp4
|
MP4
|
21 MB
|
|
|
0411.Fetching Data From a Database.mp4
|
MP4
|
20.6 MB
|
|
|
0412.Transforming Response Data.mp4
|
MP4
|
18.8 MB
|
|
|
0413.Deleting Documents.mp4
|
MP4
|
27.4 MB
|
|
|
0414.Updating the Frontend after Deleting Posts.mp4
|
MP4
|
11.4 MB
|
|
|
0415.Adding Posts with an ID.mp4
|
MP4
|
26.4 MB
|
|
|
0501.Module Introduction.mp4
|
MP4
|
1.6 MB
|
|
|
0502.Adding Routing.mp4
|
MP4
|
36.2 MB
|
|
|
0503.Styling Links.mp4
|
MP4
|
15.1 MB
|
|
|
0504.Client Side vs Server Side Routing.mp4
|
MP4
|
10.8 MB
|
|
|
0505.Creating the "edit" Form.mp4
|
MP4
|
37.6 MB
|
|
|
0506.Finishing the Edit Feature.mp4
|
MP4
|
39.8 MB
|
|
|
0507.Updating Posts on the Server.mp4
|
MP4
|
33.2 MB
|
|
|
0508.Re-Organizing Backend Routes.mp4
|
MP4
|
21 MB
|
|
|
0509.Adding Loading Spinners.mp4
|
MP4
|
31.9 MB
|
|
|
0601.Module Introduction.mp4
|
MP4
|
940.4 KB
|
|
|
0602.Adding the File Input Button.mp4
|
MP4
|
17 MB
|
|
|
0603.Converting the Form from a Template Driven to a Reactive Approach.mp4
|
MP4
|
48.4 MB
|
|
|
0604.Adding Image Controls to Store the Image.mp4
|
MP4
|
24.9 MB
|
|
|
0605.Adding an Image Preview.mp4
|
MP4
|
18.5 MB
|
|
|
0606.Starting with the Mime-Type Validator.mp4
|
MP4
|
29.4 MB
|
|
|
0607.Finishing the Image Validator.mp4
|
MP4
|
25.9 MB
|
|
|
0608.Adding Server Side Upload.mp4
|
MP4
|
29.8 MB
|
|
|
0609.Uploading Files.mp4
|
MP4
|
21.8 MB
|
|
|
0610.Working with the File URL.mp4
|
MP4
|
22.4 MB
|
|
|
0611.Fetching Images on the Frontend.mp4
|
MP4
|
23.4 MB
|
|
|
0612.Updating Posts with Images.mp4
|
MP4
|
47.1 MB
|
|
|
0613.Wrap Up.mp4
|
MP4
|
3.3 MB
|
|
|
0701.Module Introduction.mp4
|
MP4
|
1.4 MB
|
|
|
0702.Adding the Pagination Component.mp4
|
MP4
|
26.6 MB
|
|
|
0703.Working on the Pagination Backend.mp4
|
MP4
|
31.2 MB
|
|
|
0704.Connecting the Angular Paginator to the Backend.mp4
|
MP4
|
19.8 MB
|
|
|
0705.Fetching Posts Correctly.mp4
|
MP4
|
22.5 MB
|
|
|
0706.Finishing Touches.mp4
|
MP4
|
17.6 MB
|
|
|
0801.Module Introduction.mp4
|
MP4
|
1.2 MB
|
|
|
0802.Adding the Login Input Fields.mp4
|
MP4
|
29.6 MB
|
|
|
0803.Handling User Input.mp4
|
MP4
|
13.2 MB
|
|
|
0804.Adding the Signup Screen.mp4
|
MP4
|
13.4 MB
|
|
|
0805.Creating the User Model.mp4
|
MP4
|
26 MB
|
|
|
0806.Creating a New User Upon Request.mp4
|
MP4
|
22.1 MB
|
|
|
0807.Connecting Angular to the Backend.mp4
|
MP4
|
24.3 MB
|
|
|
0808.Understanding SPA Authentication.mp4
|
MP4
|
7.3 MB
|
|
|
0809.Implementing SPA Authentication.mp4
|
MP4
|
34.8 MB
|
|
|
0810.Sending the Token to the Frontend.mp4
|
MP4
|
20.7 MB
|
|
|
0811.Adding Middleware to Protect Routes.mp4
|
MP4
|
45.4 MB
|
|
|
0812.Adding the Token to Authenticate Requests.mp4
|
MP4
|
49.9 MB
|
|
|
0813.Improving the UI Header to Reflect the Authentication Status.mp4
|
MP4
|
26.7 MB
|
|
|
0814.Improving the UI Messages to Reflect the Authentication Status.mp4
|
MP4
|
22.7 MB
|
|
|
0815.Connecting the Logout Button to the Authentication Status.mp4
|
MP4
|
9.8 MB
|
|
|
0816.Redirecting Users.mp4
|
MP4
|
16.1 MB
|
|
|
0817.Adding Route Guards.mp4
|
MP4
|
24.9 MB
|
|
|
0818.Reflecting the Token Expiration in the UI.mp4
|
MP4
|
22.4 MB
|
|
|
0819.Saving the Token in the Local Storage.mp4
|
MP4
|
57.4 MB
|
|
|
0901.Module Introduction.mp4
|
MP4
|
1.4 MB
|
|
|
0902.Adding a Reference to the Model.mp4
|
MP4
|
13.7 MB
|
|
|
0903.Adding the User ID to Posts.mp4
|
MP4
|
25.6 MB
|
|
|
0904.Protecting Resources with Authorization.mp4
|
MP4
|
29.9 MB
|
|
|
0905.Passing the User ID to the Frontend.mp4
|
MP4
|
26.4 MB
|
|
|
0906.Using the User ID on the Frontend.mp4
|
MP4
|
18.7 MB
|
|
|
1001.Module Introduction.mp4
|
MP4
|
2 MB
|
|
|
1002.Testing Different Places to Handle Errors.mp4
|
MP4
|
35.6 MB
|
|
|
1003.The Error Interceptor.mp4
|
MP4
|
29 MB
|
|
|
1004.Displaying the Basic Error Dialog.mp4
|
MP4
|
18.9 MB
|
|
|
1005.Adding an Error Dialog.mp4
|
MP4
|
19.5 MB
|
|
|
1006.Returning Error Messages on the Server.mp4
|
MP4
|
25.8 MB
|
|
|
1007.Finishing Touches.mp4
|
MP4
|
11 MB
|
|
|
1101.Module Introduction.mp4
|
MP4
|
677.9 KB
|
|
|
1102.Using Controllers.mp4
|
MP4
|
30.1 MB
|
|
|
1103.Separating the Middleware.mp4
|
MP4
|
12.8 MB
|
|
|
1104.Creating an Angular Material Module.mp4
|
MP4
|
15.8 MB
|
|
|
1105.Splitting the App Into Feature Modules.mp4
|
MP4
|
19 MB
|
|
|
1106.Fixing an Update Bug.mp4
|
MP4
|
9.5 MB
|
|
|
1107.Creating the Auth Module.mp4
|
MP4
|
15.1 MB
|
|
|
1108.Adding Lazy Loading.mp4
|
MP4
|
28.8 MB
|
|
|
1109.Using a Global Angular Config.mp4
|
MP4
|
22.7 MB
|
|
|
1110.Using Node Environment Variables.mp4
|
MP4
|
19.5 MB
|
|
|
1201.Module Introduction.mp4
|
MP4
|
859.6 KB
|
|
|
1202.Deployment Options.mp4
|
MP4
|
7.5 MB
|
|
|
1203.Deploying the REST Api.mp4
|
MP4
|
49.3 MB
|
|
|
1204.Angular Deployment - Finishing the Two App Setup.mp4
|
MP4
|
35.5 MB
|
|
|
1205.Using the Integrated Approach.mp4
|
MP4
|
34.8 MB
|
|
|
1301.Course Roundup.mp4
|
MP4
|
6 MB
|
|
|
Discuss.FreeTutorials.Us.html
|
HTML
|
165.7 KB
|
|
|
FreeCoursesOnline.Me.html
|
HTML
|
108.3 KB
|
|
|
FreeTutorials.Eu.html
|
HTML
|
102.2 KB
|
|
|
Presented By SaM.txt
|
TXT
|
0 B
|
|
|
Torrent Downloaded From GloDls.to.txt
|
TXT
|
102.4 B
|
|
|
[TGx]Downloaded from torrentgalaxy.org.txt
|
TXT
|
512 B
|
|
|
exercise_files.zip
|
ZIP
|
7.7 MB
|