Angular

From bibbleWiki
Revision as of 22:21, 31 August 2020 by Iwiseman (talk | contribs) (Created page with "=Introduction= ==Angular Versions== * Angular 1.0 is the old version of angular along with AngularJS * Angular, starts at 2 and skips 3 and is now at 9 is the version this pag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Angular Versions

  • Angular 1.0 is the old version of angular along with AngularJS
  • Angular, starts at 2 and skips 3 and is now at 9 is the version this page is about

Benefits

  • Compiles with ES6
  • Use modules
  • Built in Internationalisation and Accessibility
  • Comes with Router, http, forms, rxjs, etc
  • Supports Progress Web Apps, (Mobile, Web like React)
  • Server-side rendering (render page on server)
  • One-way data flow (like React update from parent down)
  • Dependency injection