/angular2-sample-code

These are the sample codes for the Angular 2: From Zero to Hero course & book from https://codecraft.tv

Primary LanguageJavaScript

Setup

This is the code for the angular.codecraft.tv free online course.

Ensure you have a way to serve the contents of a folder, a good tool for this is serve

npm install -g serve

To run each example cd into the right folder and run serve then visit the link printed in the terminal.