You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create a fresh project with --routing the browser console prints an error: Uncaught (in promise): Error: Cannot match any routes: ''
A minimal project should not create any errors that could confuse the user.
So maybe there should be a component for this route that handles this error or the feature should be disabled if you want to have it as small as possible.
The text was updated successfully, but these errors were encountered:
At the moment the import of the routing module in app.module.ts refers to an inexisting file: import { AppnameRoutingModule } from './Appname-routing.module';
It should refer to: import { TravelingRoutingModule } from './app-routing.module';
When you create a fresh project with
--routing
the browser console prints an error:Uncaught (in promise): Error: Cannot match any routes: ''
A minimal project should not create any errors that could confuse the user.
So maybe there should be a component for this route that handles this error or the feature should be disabled if you want to have it as small as possible.
The text was updated successfully, but these errors were encountered: