angular-google-maps
angular-google-maps copied to clipboard
In Angular version 16 not working
I have updated my project angular version 16 after update agmCodeModule not gives errors, so plz can you update this package
I do have problems using angular 16.1.0 too. When try to use the lib as described in the getting started AgmCoreModule does not appear to be an NgModuleClass (-996002)
Same issue
Actually this is nothing new, you might want to check #2032 #2018 #2000 #1999 #1987 #1956 #1938 #1932
Actually this is nothing new, you might want to check #2032 #2018 #2000 #1999 #1987 #1956 #1938 #1932
In the end I do use Google's WebsServices approach: https://developers.google.com/maps/documentation/places/web-service/autocomplete and dropped all client side libraries.
An advice for younger and naive developers here: avoid using unmaintained or no-name 3-party library.