Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 204 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 204 Bytes

Demo app showing Angular 2 key concepts:

  1. Components
  2. Template syntax
  3. Dependency injection
  4. Data and events flow
  5. Routing
  6. Forms
  7. HTTP

How to start it

  1. npm install
  2. npm start