This repository contains handout materials and code for Rangle.io's AngularJS training course, focusing on Angular.
This is meant to be used as a part of the course, which is normally offered as a 2-4 day event. See rangle.io/javascript-training.html for more information.
Read our Angular training book or visit our GitBook page to either view it in your browser or download a PDF, ePub or Mobi version.
The repository also contains a number of examples and exercises. To work with them:
Get the source code:
git clone https://github.com/rangle/ngCourse2
- Navigate to your source folder and then install the dependencies:
cd /path/to/your/ngCourse2
npm install
- Then run either the examples:
npm run examples
Your browser should load showing the folders the examples are stored in. Navigate around and see them in action. Changing the code will update the examples in real time.
- or run the exercises:
npm run exercises
Your browser should load showing the folder the exercises are stored in. Navigate around and see them in action, be warned that the folders not marked with "_solution" might not work out of the box.
We welcome your feedback - please take a moment to fill out this survey to let us know what you think.
Thanks!
Text that is being contributed to the book must follow the style guide