Remix Router + Angular
June 6, 2022 ยท View on GitHub
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
yarn
Serve application
Run the dev command to serve the application
yarn dev
Navigate to http://localhost:4200 in your browser