An open API service indexing awesome lists of open source software.

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

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