Angular-google-maps: Version 3.0.0-beta.0 breaks....

Created on 6 Nov 2020  路  6Comments  路  Source: SebastianM/angular-google-maps

Issue description
Version 3.0.0-beta.0 is now 4 months old and due multiple unresolved issues, I had to revert back to version 1.0.0 (released an year ago). I was not surprised when that too also broke my build, as so many changes with base google maps and tslib and other associated modules.

With a download of over 453K/month of agm/core itself, dear developers, please do understand the difficulties of somany beneficiaries of your module, when agm/core is not getting updated with reported issues within a reasonable amount of time keeping pace with tslib etc.

I am sure that you are busy with your priorities, but when we are in a no-mans land with both the versions broke our application, please pull up the priority of the version update of your gift (agm/core) to the fraternity.

We also may not like to update 1.0.0 any further, please prioritize the update of 3.0.0-beta.0 with the following issues.

  1. The issue at "51 subscribeToMapEvent(eventName: N): Observable ~~~~~
    node_modules/@agm/core/lib/services/google-maps-api-wrapper.d.ts:51:94 - error TS2314: Generic type 'MapHandlerMap' requires 1 type argument(s)" is resolved temporarily by adding after MapHandlerMap to comply the MapHandlerMap requirement "error TS2314: Generic type 'MapHandlerMap' requires 1 type argument(s)."

But I am not sure as to what to do with "26 createEventObservable;"

"@types/googlemaps": "^3.40.3", is already there in package.json

Any quick solution ?

Most helpful comment

All 6 comments

Same problem here

Hello,

yep, don't update @types/googlemaps...

IMO, you should use the native Google Map by Angular's team and no more this package because this one is slowly dying...

Hello,

yep, don't update @types/googlemaps...

IMO, you should use the native Google Map by Angular's team and no more this package because this one is slowly dying...

Could you give us the Link to the Native Google Map by Angular?

It's now in @Angular/Components https://github.com/angular/components

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shedar picture shedar  路  4Comments

Subhojit1992 picture Subhojit1992  路  3Comments

gnujeremie picture gnujeremie  路  3Comments

PeterSisovsky picture PeterSisovsky  路  3Comments

alexweber picture alexweber  路  4Comments