Skip to content

ui-router/angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 3, 2025
62a873c · Apr 3, 2025
Apr 13, 2023
Apr 22, 2017
Aug 13, 2017
Mar 14, 2025
Mar 14, 2025
Jan 4, 2025
Mar 14, 2025
Apr 22, 2017
Dec 26, 2019
Sep 14, 2022
May 9, 2018
Apr 13, 2023
May 3, 2018
May 16, 2018
Apr 3, 2025
Sep 14, 2022
Jan 6, 2015
Jun 6, 2020
Jan 10, 2023
Aug 13, 2017
Jan 4, 2025
Jul 20, 2022
Apr 3, 2025
Jul 20, 2020
Jun 6, 2020
Jan 10, 2018
Jul 18, 2020
Jan 4, 2025

Repository files navigation

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.