Sample code for Cornell lecture
https://andresdominguez.github.io/ng2-cornell/src/
This project uses Angular 2 alpha 44
It is based on John Papa's repo
# Clone this repo
$ git clone https://github.com/andresdominguez/ng2-cornell.git
# Install dependencies
$ cd ng2-cornell
$ npm install
# Run the TypeScript compiler and watch for changes
$ npm run tsc
#Open 2nd terminal and launch the app in the browser
$ npm start