-
Introduction of Web Technology
-
First Steps
-
Exploring Data Types & Functions
-
Control Structures: Logical Expressions
-
Control Structures: Loops
-
User-Defined Functions
-
Debugging
-
HTML compilation and Angular Compilation
-
Introduction to Angular 7
-
What is Angular?
-
Angular7 Architecture
-
Displaying Dynamic Data
-
Angular Components Deep Dive
-
Data Binding
-
Styles Binding In Components
-
Template Driven Forms
- Introduction
- Create the component that controls the form Create a template with the initial form layout
- Bind data properties to each form input control with the ngModel two-way data binding syntax Add the name attribute to each form input control
- Add custom CSS to provide visual feedback Show and hide validation error messages Handle form submission with ngSubmit
- Disable the form’s submit button until the form is valid
- Resetting the form
-
Reactive Forms
-
Working with Pipes
-
Custom Directives
-
Dependency Injection
-
Services in Angular
-
Reactive Extension for JavaScript
-
Http Client Service
-
Angular Routing
-
Angular Modules
-
Performing CRUD Operations as in Realtime Angular Application
- Create and ASP.NET MVC Web API Application
- Add Angular Seed, download files and Configure Project Setup Project for Entity Framework Code First Model
- Add Web API Controller to perform CRUD Operations using EF. Create Angular Feature and Routing Modules
- Configure Angular to use HTTP and Json Services
- Program Angular Modules to performing CRUD Operations
-
Angular CLI and MVC Application
Prev
Angular CLI
Next
Introduction