router
router copied to clipboard
Angular 17: Standalone components support
The ComponentRouterModule.forRoot()
is not supported in standalone components' imports.
Error: Component imports must be standalone components, directives, pipes, or must be NgModules.