https://github.com/brandonroberts/remix-router-angular
This is a working example of routing with @remix-run/router in Angular
https://github.com/brandonroberts/remix-router-angular
angular react remix
Last synced: 27 days ago
JSON representation
This is a working example of routing with @remix-run/router in Angular
- Host: GitHub
- URL: https://github.com/brandonroberts/remix-router-angular
- Owner: brandonroberts
- License: mit
- Created: 2022-06-06T16:21:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T12:45:23.000Z (over 2 years ago)
- Last Synced: 2025-04-30T21:48:44.047Z (27 days ago)
- Topics: angular, react, remix
- Language: TypeScript
- Homepage: https://remix-router-angular.netlify.app
- Size: 128 KB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Remix Router + Angular
This is a working example of routing with @remix-run/router in Angular. It uses Angular's new standalone features for components, pipes, and directives. It also uses the new `inject()` function for using DI without explicit an explicit constructor.
## Setup
Install dependencies
```sh
yarn
```## Serve application
Run the `dev` command to serve the application
```sh
yarn dev
```Navigate to http://localhost:4200 in your browser