Angular 14 support?
Issue description Can't install. Depedencies errors
Steps to reproduce and a minimal demo of the problem
npm install @agm/core --save in Angular 14 project _Use stackblitz.com or similar -- try this template as a starting point: https://stackblitz.com/edit/angular-google-maps-demo
What steps should we try in your demo to see the problem?
Current behavior Depedencies errors
Expected/desired behavior Normal install
angular-google-maps, Angular, & any other relevant dependency versions Angular 14 (fresh)
Other information
Duplicate of #2008 #2000 #1987 #1938 #1932
@DaSchTour -
Is this library still maintained? Are there any plans to add support for Angular 14? We are upgrading to Angular 14 and seeing the below error -

I have the same question as the others. We are currently using Angular 8 but will be upgrading to the next major release within the a few months. This library seems like it is unmaintained and dead. The upgrade path appears to be upgrading to the official material library. If this is incorrect would appreciate a response.
There are two options.
- Use the angular components google maps - with probably less features
- Use this fork of agm https://github.com/ng-maps/ng-maps
Hallo @sebholstein,
schöne Grüße aus Österreich. Könnten Sie bei Gelegenheit bitte einen der Pull Requests für Angular 14 Support mergen?
Pull Request: https://github.com/sebholstein/angular-google-maps/pull/2014
Schönes Wochenende noch!
LG, Daniel
There are two options.
- Use the angular components google maps - with probably less features
- Use this fork of agm https://github.com/ng-maps/ng-maps
Hello @DaSchTour I'm using ng-maps fork, but seems like <map-circle editable options not work. Is that a pending feature to enable? I set draggable, editable and clickable to true but it is readonly circle. I appreciate any confirmation about this. Thanks!!
@maguilleng can you please create an issue in ng-maps repo and I'll take a look.
@DaSchTour Thanks for the ng-maps recommendation. I'm on AGM 1.0.0 and need o migrate it all over to ng-maps to support newer versions of Angular.
Facing the same error

Should be noted that ng-maps isn't a drop in replacement for agm. We ran into several issues that needed to be resolved when carrying out the migration. The API is similar but not exact.
Facing the same error
use (( npm i @amin-karimi/agm-core )) for angular 14.2
Should be noted that ng-maps isn't a drop in replacement for agm. We ran into several issues that needed to be resolved when carrying out the migration. The API is similar but not exact.
I had to change some API to align with new google API. You can maybe create an issue and describe the problems with migration and maybe I can do some adjustments to make migration easier.
Is there an update on this issue? We have the same problems!
Same issue here
Guys, I created a fork from this project that is Angular 14-compatible (link)
All you need is to runnpm i @hudsontavares/agm-core and replace the @agm/core references from your codebase.
I am out of time to maintain the package, at least for now (the code is at https://github.com/hudsontavares/angular-google-maps), so feel free to contribute with Angular 15 / 16 support PRs if necessary (I can find time for releasing).