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
Because of the DI hirachy it should be possible to just provide another implementation at application level (in app.module.ts) to override the inject inside the module? @miller45
The exception is raised when using SSR. is it possible to add the condition of
if (isPlatformBrowser(this.platformId)) {
//use localStorage
}
Thanks!
Diego
The text was updated successfully, but these errors were encountered: