Gauravshahare / ngCourse2

An AngularJS Course from Rangle.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Course From Rangle.io

This repository contains handout materials and code for Rangle.io's AngularJS training course, focusing on Angular 2.

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.

The Book

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 Code

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.

Feedback

We welcome your feedback - please take a moment to fill out this survey to let us know what you think.

Thanks!

Contributing

Text that is being contributed to the book must follow the style guide

About

An AngularJS Course from Rangle.io

License:Other


Languages

Language:TypeScript 58.9%Language:JavaScript 27.2%Language:HTML 12.6%Language:CSS 1.3%