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
}
Thank you :)