Angular universal angular-highcharts error

86 views Asked by At

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 :)

0

There are 0 answers