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
When I switch project to angular universal, I get this error. ERROR { Error: Uncaught (in promise): TypeError: Cannot read property 'parts/Chart.js' of undefined
I already wrapped chart based codes inside platform checking. But still face the issue.
if (isPlatformBrowser(this.platformId)) { //....chart code }
The text was updated successfully, but these errors were encountered:
When I switch project to angular universal, I get this error.
ERROR { Error: Uncaught (in promise): TypeError: Cannot read property 'parts/Chart.js' of undefined
I already wrapped chart based codes inside platform checking. But still face the issue.
if (isPlatformBrowser(this.platformId)) { //....chart code }
The text was updated successfully, but these errors were encountered: