This repo tracks my progress for the completion of the Angular 2 tutorial entitled "Tour of Heroes".
I also utilized the angular-cli
to get a feel for how that project works. This is a step not part of the tutorial steps, but one I chose to add.
To run this repo, perform the following steps:
npm install
npm start
Please see the scripts present in the package.json
for more options and the usage section of the angular-cli
project.
- Update to latest version of Angular CLI
- Update to latest version of Angular 2 (if not accomplished by the task above)