/Angular-Projects

This repository contains some basic Angular Applications.

Primary LanguageTypeScriptMIT LicenseMIT

Angular-Projects

This repository contains some basic Angular Applications.

Prerequisites

  1. Download and Install npm (Node Package Manager) : Download
  2. Install CLI(Command Line Interface) :
npm install -g @angular/cli

Contents

  1. Project Structure
  2. Changing Headers
  3. Inline HTML and CSS
  4. String Interpolation
  5. Components
  6. Functions
  7. Event Binding
  8. Class Binding
  9. Property Binding
  10. Style Binding
  11. Structural Directive - ngFor
  12. Structural Directive - ngIf
  13. Structural Directive - ngSwitch
  14. Inter Component Communication
  15. HTTP Data Fetch
  16. Services
  17. Routing
  18. Bootstrap Forms
  19. Template Driven Forms
  20. Reactive Forms
  21. Custom Directives
  22. Two Way Binding
  23. Template Reference
  24. Pipes
  25. Material Design Forms
  26. Firebase CRUD Operations - LIVE