1) Angular Introduction
2) Angular Installation and geting started
3) First program – Hello World App
4) Template Selectors
- custom tag selector
- class selector
- Attribute selector
5) Create userdefine Components
6) Interpolation
- Properties
- methods
7) Property Binding
8) Class Binding[ngClass]
9) Style Binding[ngStyle]
10) Event Binding
11) Template Reference Variable
12) One Way Binding(Component to template)
13) Two-way Data Binding[ngModel]
14) Structural Directives
- ngif Directive
- ngSwitch Directive
- ngFor Directive
15) Component Interaction
- @Input()
- @Output()
16) Pipes |
17) Services
18) Dependency Injection
19) HTTP
- HttpClient
- HttpClientModule
- HTTP Error
20) Observables
21) Routings
- Component Routings
- Routing WildCads
- Routing Parameters
- RelativeNavigation
- Child Routes
22) LazyLoading
23) RouteGuards