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 using _asterisk_ routes, make sure to correctly order your routes so that _asterisk_ ones are at the end.
84
-
The route `{ path; '*' }`is usually used to 404 client side. If you are using _History mode_, make sure to [correctly configure your server](./history-mode.md) as well.
When using an _asterisk_, a param named `pathMatch`is automatically added to `$route.params`. It contains the rest of the url matched by the _asterisk_:
0 commit comments