angular icon indicating copy to clipboard operation
angular copied to clipboard

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

Results 30 angular issues
Sort by recently updated
recently updated
newest added

Looks like it's become more and more confusing and hard to maintain version of angular bindings which would works with different versions of angular. I did a quick investigation of...

I have defined a fallback route for ui-router to use when it cannot identify the route the user is trying to access, using the otherwise param: ``` @NgModule({ imports: [...

we are having a weird issue related to ui routing on iOS 17 safari private browsing mode. It was working fine on iOS 16 and currently, working fine on iOS17...

https://github.com/ui-router/angular/blob/34c0efcc04d1ccb3384b06dd362451d3ff40a62d/src/directives/uiView.ts#L326

Fix of issue: https://github.com/ui-router/angular/issues/977

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

If you have a link where some of the params are inherited, they will become outdated if the params change without the state changing.

Angular 17 introduced standalone components and removed all ngmodules. I'm trying to setup the ui router with the standalone app.component, but it seems not to work as expected.

Why are StateObject and StateDeclaration so decoupled? Wouldn't it make sense for StateObject to have StateDeclaration as a generic, so I can cast types properly? example: ``` type RouteDefinition =...

Hi @wawyed, this is a proposal to implement support for standalone applications. The project v18-standalone under the test-angular-versions has an example of how it can be used. Fixes #989