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
Currently, if you use the HashLocationStrategy, we serialize a "root" URL (single slash, empty string, /, etc.) as foo.com/#. Instead, it should be foo.com.
In general, we should always prefer the fewest number of characters when serializing a URL.