angular-material-extensions / google-maps-autocomplete

Autocomplete input component and directive for google-maps built with angular and material design |
https://angular-material-extensions.github.io/google-maps-autocomplete
MIT License
169 stars 60 forks source link

Peer dependency of @types/googlemaps instead of newer @types/google.maps #335

Open madmacc opened 1 month ago

madmacc commented 1 month ago

I am trying to use this package alongside @angular/google-maps and I have installed @types/google.maps This is causing issues and I'm not sure I understand the differences between these types. Are there plans to move to using @types/google.maps?

I have recently moved from using @agm/core to @angular/google-maps as @agm/core does not work with later versions of Angular 16+.