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
Current behavior:
nbWindowFactory throws on server
Expected behavior:
nbWindowFactory should check if window exists with typeof.
Probably return undefined on the server and make NB_WINDOW optional in components which need it.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
nbWindowFactory throws on server
Expected behavior:
nbWindowFactory should check if window exists with
typeof
.Probably return undefined on the server and make
NB_WINDOW
optional in components which need it.Steps to reproduce:
Related code:
nebular/src/framework/theme/theme.module.ts
Line 33 in 67c5718
The text was updated successfully, but these errors were encountered: