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
If the app defines a <base href='/basepath/'>, state transitions work within the app. However if the user bookmarks or refreshes the page, the state is not matched properly.
Apparently PathLocationStrategy.path() does not strip out the basePath, so we need to do that manually.
The text was updated successfully, but these errors were encountered:
If the app defines a
<base href='/basepath/'>
, state transitions work within the app. However if the user bookmarks or refreshes the page, the state is not matched properly.Apparently
PathLocationStrategy.path()
does not strip out the basePath, so we need to do that manually.The text was updated successfully, but these errors were encountered: