Skip to content

mattlewis92/angular2-tv-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb567b7 · Apr 21, 2020
Apr 13, 2020
Jun 17, 2016
Sep 25, 2016
May 17, 2018
May 17, 2018
Dec 23, 2017
Apr 21, 2020
Apr 21, 2020
May 17, 2018
May 17, 2018
Dec 23, 2017
May 17, 2018

Repository files navigation

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