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
Just wondering if angular high-charts supports SSR?
When I try and run in SSR mode, I get the following error when trying to browse to a url:
TypeError: Cannot read property 'parts/Globals.js' of undefined
I suspect it may be related to something to do with the lack of window object.
Just wondering.
Cheers
James
The text was updated successfully, but these errors were encountered:
You just have to do the following, in your app.server.module.ts
use the following as your provider: providers: [{ provide: HIGHCHARTS_MODULES, useFactory: () => []}
More of question than an issue,
Just wondering if angular high-charts supports SSR?
When I try and run in SSR mode, I get the following error when trying to browse to a url:
TypeError: Cannot read property 'parts/Globals.js' of undefined
I suspect it may be related to something to do with the lack of window object.
Just wondering.
Cheers
James
The text was updated successfully, but these errors were encountered: