Cesium google 3d Maps with angular

Hi there,

I am trying to upgrade cesium JS version to latest one i.e. 1.107 with Angular version 8. Please see below angular packages detail

"@angular/cdk": "~8.2.3",
    "@angular/common": "~8.2.9",
    "@angular/compiler": "~8.2.9",
    "@angular/core": "~8.2.9",
"@angular/cli": "~8.3.8",

However when I tried to create PROD build for it. It show below error :

Which version of angular is compatible with latest cesium?

Hey @rakhishah :wave:

At a glance, it does not seem to be a Cesium issue. I would say that something is going on with the Angular version :thinking: However, you can check out this comment about versioning.

If the issue still persists, it would be great to provide a repro following these steps Troubleshooting Cesium and Angular apps