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
Hi Guys, I'm facing this issue and I think is related to universal since cannot find the navigator because need to use isPlatformBrowser can you add these feature?
/ng-app/node_modules/@alyle/ui/bundles/alyle-ui.umd.js:169
Platform.EDGE = Platform.isBrowser && /(edge)/i.test(navigator.userAgent);
ReferenceError: navigator is not defined
The text was updated successfully, but these errors were encountered:
Hi @BruneXX, this already has universal angular support.
This happens when in your file running on node js document is defined, you should remove that line that defines document.
It must be like: (global as any).document = ...
Hi Guys, I'm facing this issue and I think is related to universal since cannot find the navigator because need to use isPlatformBrowser can you add these feature?
The text was updated successfully, but these errors were encountered: