angular-component / router

Angular Component Router - A declarative router for Angular applications
MIT License
253 stars 16 forks source link

Angular 17: Standalone components support #98

Open itsmehrd opened 7 months ago

itsmehrd commented 7 months ago

The ComponentRouterModule.forRoot() is not supported in standalone components' imports.

Error: Component imports must be standalone components, directives, pipes, or must be NgModules.