Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 499 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 499 Bytes

Angular 2+ TV tracker

A simple app built with webpack for learning angular 2+, demonstrating several core features and concepts including:

  • http
  • routing
  • forms
  • components with inputs + outputs
  • pipes
  • providers
  • observables
  • typescript

Feedback welcome!

Demo

https://mattlewis92.github.io/angular2-tv-tracker/

Run locally (assuming node + npm 5 are installed)

git clone https://github.com/mattlewis92/angular2-tv-tracker.git
cd angular2-tv-tracker
npm i
npm start