I was upgrading from angular 11 to 12, I have resolved all migration errors, Terminal is free of errors but Application is showing blank showing following message on console.
Here's my angular version details:Angular-version
Here's highcharts & angular-highcharts versions: "highcharts": "~6.0.3", "angular-highcharts": "~5.2.0",
I tried switching back versions various times but doesn't work.
I tried to reproduce error minimally on code sandbox but couldn't be able to replicate with same dependencies.