Open itsmehrd opened 8 months ago
The ComponentRouterModule.forRoot() is not supported in standalone components' imports.
ComponentRouterModule.forRoot()
Error: Component imports must be standalone components, directives, pipes, or must be NgModules.
The
ComponentRouterModule.forRoot()
is not supported in standalone components' imports.