All Projects → ui-router → Angular

ui-router / Angular

Licence: mit
UI-Router for Angular: State-based routing for Angular (v2+)

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Angular

Ng2 Breadcrumbs
A breadcrumb service for the Angular 7 router
Stars: ✭ 61 (-78.75%)
Mutual labels:  router, ng2, angular2
awesome-angular
💖 A list of awesome Angular (2️⃣➕) resources
Stars: ✭ 61 (-78.75%)
Mutual labels:  angular2, ng2
angular-progress-http
[DEPRECATED] Use @angular/common/http instead
Stars: ✭ 43 (-85.02%)
Mutual labels:  angular2, ng2
ng-seed
Simple Angular seed project with commonly used features.
Stars: ✭ 12 (-95.82%)
Mutual labels:  angular2, ng2
ic-datepicker
Angular (2+) datepicker component
Stars: ✭ 27 (-90.59%)
Mutual labels:  angular2, ng2
ng2-fontawesome
An easy-to-use directive for font awesome icons.
Stars: ✭ 20 (-93.03%)
Mutual labels:  angular2, ng2
ng2-STOMP-Over-WebSocket
STOMP Over WebSocket service for angular2
Stars: ✭ 35 (-87.8%)
Mutual labels:  angular2, ng2
React Resource Router
Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
Stars: ✭ 136 (-52.61%)
Mutual labels:  router, spa
ng2-gravatar
Angular2 gravatar directive
Stars: ✭ 21 (-92.68%)
Mutual labels:  angular2, ng2
ng2-fused
FuseBox plugins and utilities for building Angular2 applications.
Stars: ✭ 13 (-95.47%)
Mutual labels:  angular2, ng2
xRoute
一个小型的前端路由库✈️
Stars: ✭ 36 (-87.46%)
Mutual labels:  spa, router
ng-data-picker
🏄🏼 A data picker based on Angular 4+ (like native datetime picker of iOS)
Stars: ✭ 24 (-91.64%)
Mutual labels:  angular2, ng2
angular2-signature-pad
Signature pad component for Angular 2.x and above.
Stars: ✭ 17 (-94.08%)
Mutual labels:  angular2, ng2
ng2-storage
A local and session storage wrapper for angular 2.
Stars: ✭ 14 (-95.12%)
Mutual labels:  angular2, ng2
Redux Tower
Saga powered routing engine for Redux app.
Stars: ✭ 155 (-45.99%)
Mutual labels:  router, spa
ng-leaflet
Angular 2 component for Leaflet 1.x (WIP - Help Wanted)
Stars: ✭ 16 (-94.43%)
Mutual labels:  angular2, ng2
ngx-magicsearch
Magic Search/Faceted Search Library for Angular 2
Stars: ✭ 19 (-93.38%)
Mutual labels:  angular2, ng2
Sme Router
A lightweight router lib that implement with express route style
Stars: ✭ 112 (-60.98%)
Mutual labels:  router, spa
Universal Router
A simple middleware-style router for isomorphic JavaScript web apps
Stars: ✭ 1,598 (+456.79%)
Mutual labels:  router, spa
ng-elm
Write Angular components in Elm.
Stars: ✭ 41 (-85.71%)
Mutual labels:  angular2, ng2

UI-Router for Angular  Build Status

@uirouter/angular: State based routing for Angular (v2+)


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.

Get Started

Reporting issues and Contributing

Please read our Contributor guidelines before reporting an issue or creating a pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].