TOC - Angular - 02days
TOC - Angular - 02days
Duration : 02 days
Software/Hardware :
Windows 7 or later
Node Installer
4GB RAM
Latest Browser : Chrome, IE, Firefox
Any preferred IDE (Sublime, VS Code, Notepad++ etc.)
Internet Connection
Permission to download and install libraries on participants’ machine
Course Outline :
Day 01
1 - Introduction to Angular
What is Angular?
Central Features of the Angular Framework
Angular vs. AngularJS
Installing and Using Angular
Building Blocks of and Angular Application
A Basic Angular Application
3 - Components in Angular
What is a Component?
Component Decorator Properties
Component Lifecycle Hooks
Using a Lifecycle Hook: OnInit
5 - Structural Directives
Structural Directives
Creating Tables/Lists with ngFor
ngSwitch & ngIf/else
Day 02
10 - HTTP Client
The Angular HTTP Client
Setting up the Root Component
Service Using Http Client
The Observable object type
Making a Basic HTTP GET Call
Using the Service in a Component
Importing Observable Methods
Enhancing the Service with .map() and .catch()