Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ui-router/angular
UI-Router for Angular: State-based routing for Angular (v2+)
https://github.com/ui-router/angular
angular angular2 aot-compatible javascript ng2 router spa typescript ui-router
Last synced: 29 days ago
JSON representation
UI-Router for Angular: State-based routing for Angular (v2+)
- Host: GitHub
- URL: https://github.com/ui-router/angular
- Owner: ui-router
- License: mit
- Created: 2016-10-16T22:39:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T09:50:14.000Z (4 months ago)
- Last Synced: 2024-09-28T02:32:21.307Z (about 1 month ago)
- Topics: angular, angular2, aot-compatible, javascript, ng2, router, spa, typescript, ui-router
- Language: TypeScript
- Homepage: https://ui-router.github.io/ng2/
- Size: 9.55 MB
- Stars: 353
- Watchers: 21
- Forks: 134
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - @ui-router/angular - [UI-Router](https://ui-router.github.io) for Angular: State-based routing for Angular. (Table of contents / Third Party Components)
- fucking-awesome-angular - @ui-router/angular - 🌎 [UI-Router](ui-router.github.io) for Angular: State-based routing for Angular. (Table of contents / Third Party Components)
README
# UI-Router for Angular  [![Build Status](https://travis-ci.org/ui-router/angular.svg?branch=master)](https://travis-ci.org/ui-router/angular)
### @uirouter/angular: State based routing for Angular (v2+)
---
**[Tutorials](https://ui-router.github.io/tutorials/)** |
**[API Docs](https://ui-router.github.io/ng2/docs/latest/)** |
**[Guides](https://ui-router.github.io/guide)** |
**[Sample App](http://ui-router.github.io/resources/sampleapp/) |**
**[Report an Issue](https://github.com/ui-router/ng2/blob/master/CONTRIBUTING.md#report-an-issue) |**
**[Contribute](https://github.com/ui-router/ng2/blob/master/CONTRIBUTING.md#contribute) |**
**[Help!](http://stackoverflow.com/questions/ask?tags=@uirouter/angular)**---
@uirouter/angular is a client-side [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application)
routing framework for [Angular](http://angular.io).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_](https://en.wikipedia.org/wiki/Finite-state_machine) to manage the transitions between those
application states in a transaction-like manner.## Get Started
- [UI-Router for Angular 2](https://ui-router.github.io/ng2)
## Reporting issues and Contributing
Please read our [Contributor guidelines](CONTRIBUTING.md) before reporting an issue or creating a pull request.