ui-router / quickstart-ng2

DEPRECATED -- See https://github.com/ui-router/quickstart-angular
https://github.com/ui-router/quickstart-angular
MIT License
64 stars 20 forks source link

Deprecated in favor of Angular-CLI starter: https://github.com/ui-router/quickstart-angular

UI-Router for Angular 2 QuickStart Source

Start development

Install the npm packages described in the package.json and verify that it works:

git clone https://github.com/ui-router/quickstart-ng2.git
cd quickstart-ng2
npm install
npm run tsc
npm start

UI-Router for NG2 quickstart highlights:

Foo module

Bar module

Baz module


You're ready to write your application.

Remember the npm scripts in package.json:

(This repo is forked from https://github.com/angular/quickstart)