ui-router / angular

UI-Router for Angular: State-based routing for Angular (v2+)
https://ui-router.github.io/ng2/
MIT License
353 stars 134 forks source link

Example for angular 17 standalone #989

Open konstantinkrassmann opened 5 months ago

konstantinkrassmann commented 5 months ago

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.