angular-google-maps
angular-google-maps copied to clipboard
Angular 2+ Google Maps Components
**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...
 "@agm/core": "^3.0.0-beta.0", Getting Error while using the map
Updates packages to Angular v14 (will be backwards compatible). This update should work for Angular 9, 10, 11, 12, 13 and 14 Resolves: #2008, #2000, #1993, #1987, #1956, #1932, #1938,...
Agm core doesnt work with in Angular 11 and 12 since it has a dependency to angular common 9 and 10. I tried version 1.0 and 3.0 beta and I...
Currently @types/googlemaps are in peerDependencies of @agm/core, but as @agm/core reexports some types from @types/googlemaps they should be in dependencies. See for example official google-map component from angular/components at https://github.com/angular/components/blob/master/src/google-maps/package.json...
Hello, i've got an error since i've installed new version... Issue description  Steps to reproduce and a minimal demo of the problem Install Angular 9 and AGM 3.0.0-beta.0 Current...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.3.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
@agm/core library is not supporting angular 12. Do you have any plans to upgrade it to angular12? 
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.3 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...