https://github.com/brandonroberts/router-signals
An prototype app using Signals for Routing with Angular Component Router
https://github.com/brandonroberts/router-signals
Last synced: 20 days ago
JSON representation
An prototype app using Signals for Routing with Angular Component Router
- Host: GitHub
- URL: https://github.com/brandonroberts/router-signals
- Owner: brandonroberts
- Created: 2023-02-21T14:48:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T16:07:13.000Z (over 2 years ago)
- Last Synced: 2025-03-31T15:11:31.599Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://signals-angular-component-router.netlify.app/
- Size: 225 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Angular Signals Prototype + Angular Component Router
This is a Signal-based version of [@angular-component/router](https://github.com/angular-component/router) with all usage of internal observables removed.
## Setup
```sh
yarn
```## Serve locally
```sh
yarn nx serve my-app
```Navigate to [http://localhost:4200](http://localhost:4200) in your browser.
## What works
- Rendering
- Parent/child routes
- Route params as a Signal
- Query params as a Signal
- Route path as a Signal## What doesn't work
- Active route class