Zenler Player
Your course is loading. Hang tight.
The Complete Angular 8 Course With Live Project For .Net Core Web Developers
Back to curriculum
0% Complete
0% Complete
Lecture 1 : Why Angular 8 (A Practical Approach)
Lecture 2 : Introduction To Angular 8 (Theory)
Lecture 3 : Getting Started With Angular 8
Lecture 4 : Understanding And Implementing app.component and app.module
Lecture 5 : Understanding templateUrl And Basic Terminologies
Section 1 Source Code
Lecture 6 : Bidirectional DataBinding And Events
Lecture 7 : Adding A New Component And Working With ngIf
Lecture 8 : Working With Single And List Of JSON using ngfor
Lecture 9 : Working With Data Grid, Sorting, Searching And Paging With BootStrap4
Section 2 Source Code
Lecture 10 : Creating ASP.Net Core Web APIs
Lecture 11 : Calling ASP.Net Core Web APIs From Angular 8
Lecture 12 : Cascading Dropdown List With Grid In Angular 8
Lecture 13 : Local Variable Vs Class member With 2 Way Binding
Lecture 14 : Insert Operation With Template Driven Forms And Models
Section 3 Source Code
Lecture 15: Success And Failure Messages With Server Side Validation
Lecture 16: Client Side Form Validations In Angular 8
Lecture 17: Delete Operation In Angular 8
Lecture 18: Edit Operation In Angular 8 And Basic Filters
Section 4 Source Code
Lecture 19: Navigation Among Client Objects And Class Designing
Lecture 20: Directory Structure Of Angular 8 Project
Lecture 21: Routing in Angular 8
Lecture 22: Client Web Storage - Cookies
Lecture 23: Client Web Storage - Session And Local
Lecture 24: Services In Angular 8
Section 5 Source Code
Lecture 25: An Introduction to Angular 8 Live Project - ShortStory
Lecture 26: Creating Business Object Layer Using POCO
Lecture 27: Creating Data Access Layer Using Async Repository Pattern
Lecture 28: API Controller For Story - Async Get Operations
Lecture 29: API Controller For Story - Async Delete and Post Operations
Lecture 30: API Controller For Story - Async Put and Approve Story Operations
Section 6 Source Code
Lecture 31: Creating UI Directory Structure With All Packages For Angular 8 ShortStory Project
Lecture 32: Creating UI Ready And Making All Initial Configurations With Creating Models
Lecture 33: Implementing Angular Service For Stories Web API
Lecture 34: Implementing Post Stories - Using Reactive Forms
Section 7 Source Code
Lecture 35: Implementing Approve And Read Stories
Lecture 36: Creating Accounts Conroller And Implementing User Registration - I
Lecture 37: Creating Accounts Conroller And Implementing User Registration - II
Lecture 38: Implementing Login And Logout - I
Lecture 39: Implementing Login And Logout - II
Section 8 Source Code
Lecture 40: Menu Display item Based On Authentication And Authorization
Lecture 41: Securing Routes Using Authguard On Authentication And Authorization
Lecture 42: Interceptors In Angular For tracking
Section 9 and 10 Source Code
Lecture 43: Using JSON Web Token(JWT) For Authentication And Authorization
Lecture 44: Approved And Pending Stories
Lecture 45: File Upload To Web API From Angular 8
Lecture 46: Reading Uploaded File From API In Angular 9
Lecture 47: Loading Bar In Angular 9
Lecture 48: Pie Charts And Bar Charts On Dash Board In Angular 9
Lecture 49: Download As CSV In Angular 9
Section 10 Source Code: In Angular 9 And ASP.Net Core 3.1 Web API
Lecture 50: Side Navigation Bar
Lecture 51: Login With Google - Social Login Integration
Section 11 Source Code
Lecture 52: Understanding Subscribe Method
Lecture 53: Understanding UnSubscribe OnDestroy Method
Lecture 54: Refactoring UI Code For Error And Success Alerts
Lecture 55: Creating alert As Child View And Using It In Parent Views
Lecture 56: Token Expiration Or Session Expiration Alert
Section 12 Source Code
Lecture 57: CRUD Using Reactive Forms - Updating A Story (SetValue Vs PatchVal)
Lecture 58: Moving Connection String JWT And CORS Origins To App Setting
Lecture 59: Dynamically Creating Roles and Superuser In Startup
Section 13 Source Code
To Do: Getting Ready For Live Hosting On Shared Server
Lecture 60: Creating An Account On shared Hosting And Database Deployment On Shared Hosting
Lecture 61: Creating Sub Domain For Angular UI Environmental Config File DevBuildVsProduction Build Hosting Angular UI To Shared Hosting Server
Lecture 62: Making Angular UI Interacting With Web APIs By Updating App Settings And Web config
Lecture 63: Deploying Changes on Shared Hosting Using Filezilla
Lecture 64: SharedHostingVsCloudHosting And Getting Started With Azure Cloud Hosting
Lecture 65: Creating And Deploying SQL Db With Basic Setup On Azure Cloud Hosting And Working With Advanced Tools
Lecture 66: Deploying Web API On Azure Cloud Hosting And Working With Advanced Tools
Lecture 67: Deploying Angular UI On Azure Cloud Hosting And Enabling CORS On Web API
Lecture 68: Creating Send Email Service On .Net Core
Lecture 69: Scheduling A Send Email Service Of .Net Core On Web Jobs Of Azure Cloud Hosting
Section 1 : Introduction To Angular 8
Lecture 1 : Why Angular 8 (A Practical Approach)
Preview
Lecture 2 : Introduction To Angular 8 (Theory)
Preview
Lecture 3 : Getting Started With Angular 8
Preview
Lecture 4 : Understanding And Implementing app.component and app.module
Preview
Lecture 5 : Understanding templateUrl And Basic Terminologies
Preview
Section 1 Source Code
Section 2 : Data Binding And Data Grid
Lecture 6 : Bidirectional DataBinding And Events
Lecture 7 : Adding A New Component And Working With ngIf
Lecture 8 : Working With Single And List Of JSON using ngfor
Lecture 9 : Working With Data Grid, Sorting, Searching And Paging With BootStrap4
Section 2 Source Code
Section 3: Creating ASP.Net Core Web API And Making Calls From Angular 8
Lecture 10 : Creating ASP.Net Core Web APIs
Lecture 11 : Calling ASP.Net Core Web APIs From Angular 8
Lecture 12 : Cascading Dropdown List With Grid In Angular 8
Lecture 13 : Local Variable Vs Class member With 2 Way Binding
Lecture 14 : Insert Operation With Template Driven Forms And Models
Section 3 Source Code
Section 4: CRUD With Form Validations In Angular 8
Lecture 15: Success And Failure Messages With Server Side Validation
Lecture 16: Client Side Form Validations In Angular 8
Lecture 17: Delete Operation In Angular 8
Lecture 18: Edit Operation In Angular 8 And Basic Filters
Section 4 Source Code
Section 5: Routing And State Management
Lecture 19: Navigation Among Client Objects And Class Designing
Lecture 20: Directory Structure Of Angular 8 Project
Lecture 21: Routing in Angular 8
Lecture 22: Client Web Storage - Cookies
Lecture 23: Client Web Storage - Session And Local
Lecture 24: Services In Angular 8
Section 5 Source Code
Section 6: Getting Started With Angular 8 Live Project
Lecture 25: An Introduction to Angular 8 Live Project - ShortStory
Preview
Lecture 26: Creating Business Object Layer Using POCO
Lecture 27: Creating Data Access Layer Using Async Repository Pattern
Lecture 28: API Controller For Story - Async Get Operations
Lecture 29: API Controller For Story - Async Delete and Post Operations
Lecture 30: API Controller For Story - Async Put and Approve Story Operations
Section 6 Source Code
Section 7 : Creating Angular 8 UI
Lecture 31: Creating UI Directory Structure With All Packages For Angular 8 ShortStory Project
Lecture 32: Creating UI Ready And Making All Initial Configurations With Creating Models
Lecture 33: Implementing Angular Service For Stories Web API
Lecture 34: Implementing Post Stories - Using Reactive Forms
Section 7 Source Code
Section 8 : Server Side Application Security Cookies
Lecture 35: Implementing Approve And Read Stories
Lecture 36: Creating Accounts Conroller And Implementing User Registration - I
Lecture 37: Creating Accounts Conroller And Implementing User Registration - II
Lecture 38: Implementing Login And Logout - I
Lecture 39: Implementing Login And Logout - II
Section 8 Source Code
Section 9 : Client Side Application Security
Lecture 40: Menu Display item Based On Authentication And Authorization
Lecture 41: Securing Routes Using Authguard On Authentication And Authorization
Lecture 42: Interceptors In Angular For tracking
Section 9 and 10 Source Code
Section 10: JWT Authentication And Dash Board (UnEdited As-Is) {With Angular 9 And ASP.Net Core 3.1 Web APIs}
Lecture 43: Using JSON Web Token(JWT) For Authentication And Authorization
Lecture 44: Approved And Pending Stories
Lecture 45: File Upload To Web API From Angular 8
Lecture 46: Reading Uploaded File From API In Angular 9
Lecture 47: Loading Bar In Angular 9
Lecture 48: Pie Charts And Bar Charts On Dash Board In Angular 9
Lecture 49: Download As CSV In Angular 9
Section 10 Source Code: In Angular 9 And ASP.Net Core 3.1 Web API
Section 11: Social Login With Side Nav Bar (UnEdited As-Is)
Lecture 50: Side Navigation Bar
Lecture 51: Login With Google - Social Login Integration
Section 11 Source Code
Section 12: Understanding Subscribe-UnSubscribe And ChildView-ParentViews (UnEdited As-Is)
Lecture 52: Understanding Subscribe Method
Lecture 53: Understanding UnSubscribe OnDestroy Method
Lecture 54: Refactoring UI Code For Error And Success Alerts
Lecture 55: Creating alert As Child View And Using It In Parent Views
Lecture 56: Token Expiration Or Session Expiration Alert
Section 12 Source Code
Section 13: CRUD Using Reactive Forms And Final Touch With AppSettings (UnEdited As-Is)
Lecture 57: CRUD Using Reactive Forms - Updating A Story (SetValue Vs PatchVal)
Lecture 58: Moving Connection String JWT And CORS Origins To App Setting
Lecture 59: Dynamically Creating Roles and Superuser In Startup
Section 13 Source Code
Section 14: Deploying The Complete APP On Shared Hosting (UnEdited As-Is)
To Do: Getting Ready For Live Hosting On Shared Server
Lecture 60: Creating An Account On shared Hosting And Database Deployment On Shared Hosting
Lecture 61: Creating Sub Domain For Angular UI Environmental Config File DevBuildVsProduction Build Hosting Angular UI To Shared Hosting Server
Lecture 62: Making Angular UI Interacting With Web APIs By Updating App Settings And Web config
Lecture 63: Deploying Changes on Shared Hosting Using Filezilla
Section 15: Deploying The Complete App With Web Jobs On Azure Cloud Hosting (UnEdited As-Is)
Lecture 64: SharedHostingVsCloudHosting And Getting Started With Azure Cloud Hosting
Lecture 65: Creating And Deploying SQL Db With Basic Setup On Azure Cloud Hosting And Working With Advanced Tools
Lecture 66: Deploying Web API On Azure Cloud Hosting And Working With Advanced Tools
Lecture 67: Deploying Angular UI On Azure Cloud Hosting And Enabling CORS On Web API
Lecture 68: Creating Send Email Service On .Net Core
Lecture 69: Scheduling A Send Email Service Of .Net Core On Web Jobs Of Azure Cloud Hosting
×
This is an unpublished lesson. This lesson will not be shown for students unless you set it as Public.
Back to Dashboard
No contents are available in this lesson!
No lessons available !
Back to Dashboard
Lesson contents locked
Enroll to unlock this lesson.
Enroll to unlock
Next Lesson