dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 164 forks source link

Updating the ng-demo to use Angular v8 - Compilation fails #410

Open funder7 opened 4 years ago

funder7 commented 4 years ago

Is not properly an issue, I was going to upgrade the provided example project (Angular) to use ng 8.x, I'm receiving this error while running tns build android : Error: /home/skunder/myrepo/nativescript-google-maps-sdk/src/map-view.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.

Looks like he's searching for map-view.ts, while in the plugin folder i can see this files:

Seems that during compile, there's an issue while deciding which file to use. Or maybe the problem is another one, I would like to have an hint to know how to proceed, then when done I can push the updates if you want.

Thanks