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
fix(platform): change isBrowser check to use Angular PLATFORM_ID
* Use the Angular PLATFORM_ID token as a more reliable check for
whether the current platform is browser. This is because the
previous check for a global document could be a false positive
if another application pollutes the global namespace
0 commit comments