How to use these Files Using the Angular 2 CLI
- Open a terminal/ command line window and navigate into this folder
- Run npm install to install all required dependencies
- Run ng serve to use the Angular 2 CLI to compile all files and start the server
Using another Setup
- Copy the src/ folder (and all ist contents) into your project src/ folder
- If needed: Adjust imports or your compilation config (depends on your setup)