Angular SSR with charts does not work #15139
Labels
angular: ssr
📊 charts
🐛 bug
Any issue that describes a bug
🆕 status: new
version: 18.2.x
version: 19.0.x
Description
There are 2 issues that I saw
Angular SSR version 19 - starting a sample with igniteui-angular chart throws an error: window is undefined
Open this sample:
ssr-chart-document-error.zip
npm install --force (because of the mismatch version between charts and other packages) => npm run start
Open the url and observe the error.
Angular SSR version 18.2 - starting a sample with igniteui-angular chart throws an error: thread panicked
Open this sample:
ssr-chart-thread-panicked.zip
npm install => npm run start
Open the url and observe the error
The text was updated successfully, but these errors were encountered: