# ngCourse2 **Repository Path**: mirrors_andyglick/ngCourse2 ## Basic Information - **Project Name**: ngCourse2 - **Description**: An AngularJS Course from Rangle.io - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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-3 day event. See [rangle.io/javascript-training.html](http://rangle.io/javascript-training.html) for more information. ## The Handouts See the [handout](https://www.gitbook.com/book/rangle-io/ngcourse2/details) for the handout. You can either view it in your browser or download a PDF, ePub or Mobi version. [ngCourse2 - Git Book](http://rangle-io.gitbooks.io) ## The Code The repository also contains a sample app. The project has a server and client component. This repository contains only the *client* code. The server code is available at [github.com/rangle/ngcourse-api](https://github.com/rangle/ngcourse-api). However, You do **not** need the server code to run the front end. Instead, you can access the API server deployed to [ngcourse.herokuapp.com/](http://ngcourse.herokuapp.com) and develop the client-side code on your own machine. To run the sample app: 1. Install dependencies and typings: ```bash cd app npm install ``` 2. Start the build process and the development server: ```bash npm run dev ``` 3. Then point your browser to # Feedback We welcome your feedback - please take a moment to fill out [this survey](https://docs.google.com/a/rangle.io/forms/d/1XKURJrviGF_eY2s1U_hyAWvq3oZqQ2a3OeUJHjQx-TA/viewform?edit_requested=true) to let us know what you think. Thanks!