ANGULAR

1) Angular Introduction

2) Angular Installation and geting started

3) First program – Hello World App

4) Template Selectors

  1. custom tag selector
  2. class selector
  3. Attribute selector

5) Create userdefine Components

6) Interpolation

  1. Properties
  2. 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

  1. ngif Directive
  2. ngSwitch Directive
  3. ngFor Directive

15) Component Interaction

  1. @Input()
  2. @Output()

16) Pipes |

17) Services

18) Dependency Injection

19) HTTP

  1. HttpClient
  2. HttpClientModule
  3. HTTP Error

20) Observables

21) Routings

  1. Component Routings
  2. Routing WildCads
  3. Routing Parameters
  4. RelativeNavigation
  5. Child Routes

22) LazyLoading

23) RouteGuards