This doc explains how The New Router is developed, and how you can help improve it.
You can see daily progress and goals in the progress doc. Individual tasks are mostly tracked as issues on GitHub.
Please check existing issues and PRs (including ones that have already been closed) before filing new ones. That being said, all forms of feedback are welcome: bug reports, feature requests, use cases, and questions.
Most of the use cases are self-explanatory, so they are omitted.
- pair - issues that @btford wants to use or pairing with other Angular Core team members to get feedback.
type: use case
- issues that describe a common usage scenario. Should be closed by adding an example toexamples/angular-1/
, complete with docs and an e2e test.
- v0.x.y - This is the list of tasks that I'm aiming to get done this week. I'll be closing these and cutting releases on Fridays.
- pre ng-conf - these tasks need to be taken care of before the beginning of March.
- post ng-conf - these tasks need to be taken care of eventually.
After ng-conf, I'll likely reorganize these labels.
Releases of this module live in the dist
directory. Releases (tagged vx.y.z
) of this module published on npm
or will have up-to-date build artifacts checked in.
This section explains how to build the router module yourself.
This doc explains how to build the router module yourself.
- Install NodeJS
- Install Gulp with
npm install -g gulp
- Clone and
cd
into this repo. - Install dependencies with
npm install
andbower install
- Start the development server with
gulp build watch serve
- Open a browser and navigate to http://localhost:8000/examples/angular-1/hello