measure skill, not time
A new repository felt appropriate for this change as the overall structure has been altered.
###Changes of note:
- ngFor variables are now defined with 'let' instead of '#'
- The angular package has been split into smaller pieces, you'll see them in the import statements.
- Systemjs configuration has been moved from index.html to a dedicate file 'systemjs.config.js'
- Download node from nodejs.org
- Navigate to this project directory in your terminal
- Type 'npm install' to download and install the required dependencies
- Type 'npm start' to launch the application