State-based routing for Angular
npm install @uirouter/angular---
Tutorials |
API Docs |
Guides |
Sample App |
Report an Issue |
Contribute |
Help!
---
@uirouter/angular is a client-side Single Page Application
routing framework for Angular.
Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows
changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a
location deep within the SPA.
UI-Router applications are modeled as a hierarchical tree of states. UI-Router provides a
_state machine_ to manage the transitions between those
application states in a transaction-like manner.
Please read our Contributor guidelines before reporting an issue or creating a pull request.