angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

In Angular version 16 not working

Open mrparmar opened this issue 1 year ago • 4 comments

I have updated my project angular version 16 after update agmCodeModule not gives errors, so plz can you update this package

mrparmar avatar Jun 14 '23 03:06 mrparmar

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)

stitzinger avatar Jun 21 '23 11:06 stitzinger

Same issue

hackmajoris avatar Jun 21 '23 13:06 hackmajoris

Actually this is nothing new, you might want to check #2032 #2018 #2000 #1999 #1987 #1956 #1938 #1932

DaSchTour avatar Jun 21 '23 13:06 DaSchTour

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.

hackmajoris avatar Jun 21 '23 16:06 hackmajoris