Destructuring Arrays
Mirror 1 |
Mirror 2
15 Mins
: 0
Destructuring Objects
Mirror 1 |
Mirror 2
13 Mins
: 0
Option And Default Parameters
Mirror 1 |
Mirror 2
14 Mins
: 0
Spreads
Mirror 1 |
Mirror 2
10 Mins
: 0
What is Angular
Mirror 1 |
Mirror 2
24 Mins
: 0
Setup Local Development Environment
Mirror 1 |
Mirror 2
11 Mins
: 0
First Angular Application
Mirror 1 |
Mirror 2
24 Mins
: 0
String Interpolation and Template Expressions
Mirror 1 |
Mirror 2
17 Mins
: 0
Built-In Directives ngIf ngSwitch ngForOf
Mirror 1 |
Mirror 2
18 Mins
: 0
When To Use ng container
Mirror 1 |
Mirror 2
9 Mins
: 0
Angular Components and LifeCycleHooks
Mirror 1 |
Mirror 2
23 Mins
: 0
Dynamically Loading Components
Mirror 1 |
Mirror 2
10 Mins
: 0
Working With Model Object.mp4
Mirror 1 |
Mirror 2
10 Mins
: 0
Nested Component
Mirror 1 |
Mirror 2
22 Mins
: 0
Data Binding Properties
Mirror 1 |
Mirror 2
24 Mins
: 0
Data Binding Events
Mirror 1 |
Mirror 2
33 Mins
: 0
Two Way Binding
Mirror 1 |
Mirror 2
23 Mins
: 0
Input Output Decorators
Mirror 1 |
Mirror 2
21 Mins
: 0
Input Output Decorator Example 2
Mirror 1 |
Mirror 2
16 Mins
: 0
Style And Class Binding
Mirror 1 |
Mirror 2
16 Mins
: 0
NgStyle And NgClass Binding
Mirror 1 |
Mirror 2
12 Mins
: 0
Template Driven Form
Mirror 1 |
Mirror 2
23 Mins
: 0
Validating Form Elements
Mirror 1 |
Mirror 2
18 Mins
: 0
Resetting Form State
Mirror 1 |
Mirror 2
24 Mins
: 0
Reactive Forms Basics
Mirror 1 |
Mirror 2
14 Mins
: 0
More Form Controls And Properties
Mirror 1 |
Mirror 2
20 Mins
: 0
Form Validations
Mirror 1 |
Mirror 2
12 Mins
: 0
Submitting And Resetting Form
Mirror 1 |
Mirror 2
9 Mins
: 0
Observing And Reacting To Form Changes
Mirror 1 |
Mirror 2
9 Mins
: 0
Using Form Builder
Mirror 1 |
Mirror 2
8 Mins
: 0
Built In Pipes
Mirror 1 |
Mirror 2
26 Mins
: 0
Custom Pipes
Mirror 1 |
Mirror 2
16 Mins
: 0
Pure And Impure Pipes
Mirror 1 |
Mirror 2
12 Mins
: 0
Custom Attribute Directive
Mirror 1 |
Mirror 2
15 Mins
: 0
Using Host Listener And Host Binding
Mirror 1 |
Mirror 2
12 Mins
: 0
Custom Validation Directive
Mirror 1 |
Mirror 2
22 Mins
: 0
Understanding Dependency Injection
Mirror 1 |
Mirror 2
15 Mins
: 0
Understanding Dependency Injection In Angular
Mirror 1 |
Mirror 2
31 Mins
: 0
Implementing Dependency Injection In Angular
Mirror 1 |
Mirror 2
21 Mins
: 0
Custom Services
Mirror 1 |
Mirror 2
21 Mins
: 0
Service Invoking Another Service
Mirror 1 |
Mirror 2
8 Mins
: 0
About RxJS With Examples
Mirror 1 |
Mirror 2
29 Mins
: 0
Http Client Class Introduction
Mirror 1 |
Mirror 2
12 Mins
: 0
Perform CRUD Operations using Http Client
Mirror 1 |
Mirror 2
46 Mins
: 0
Programming Interceptors
Mirror 1 |
Mirror 2
9 Mins
: 0
Angular Routing
Mirror 1 |
Mirror 2
28 Mins
: 0
Parameterized Routes
Mirror 1 |
Mirror 2
20 Mins
: 0
Nedsted Or Child Routes
Mirror 1 |
Mirror 2
11 Mins
: 0
Root And Feature Modules
Mirror 1 |
Mirror 2
46 Mins
: 0
Eager And Lazy Component
Mirror 1 |
Mirror 2
24 Mins
: 0
Integrating with ASP.NET and Publishing Angular Application
Mirror 1 |
Mirror 2
25 Mins
: 0
Angular is a framework for building client applications in HTML, JavaScript or TypeScript which compiles to JavaScript. This framework consists of several libraries, some core and others optional.
To write Angular applications, you compose HTML templates with Angular markup, write component classes to manage those templates, add application logic in services, and perform boxing of components and services in modules. Then launch the app by bootstrapping the root module.
Angular presents your application content in a browser and responds to user interactions according to the instructions you've provided.
By the end of this course you should able to:
Yes. With every course, you will be given a sample project document which contains complete source code. We also have a special course on Developing Live Project which will help you to learn the process involved in all the stages of application development. For more details, please check page, Live Project Training.