Angular-google-maps: Version for Angular 4?

Created on 31 Mar 2017  路  9Comments  路  Source: SebastianM/angular-google-maps

Is there any plan to support Angular 4? The current version (0.17.0) requires a peer of angular@^2.3.1

Most helpful comment

@csentis I will cut a new release this weekend.

All 9 comments

I can't make it work with Angular 4 :(

So to clear up this issue a bit I believe the problem is that it has unmet dependencies when building with Angular4. It seems that it should be working as the dependencies where updated. but I find this in the package config that npm installed.

 "jspm": {
    "jspmNodeConversion": false,
    "dependencies": {
      "@angular/common": "^2.3.1",
      "@angular/core": "^2.3.1"
    }
  },

Maybe my question is silly but how should I use it?

@JarekToro is right. I checked the dependencies here in github and it shows that it is supporting 2.3.1||4.0.1 but when I check the dependencies it's only showing the 2.3.1 peer dependency so I am currently unable to shrinkwrap the project.

It seems like the last commits covering angular ^4.0.0 were not released as a new version to npm. @SebastianM Could you kindly let us benefit from a new release soon?

@csentis I will cut a new release this weekend.

@SebastianM I'm looking forward to using the new version. I hope you can manage to release it soon...

@elekzalan New version released: Please read the migration guide carefully:
https://github.com/SebastianM/angular-google-maps/blob/master/CHANGELOG.md#100-beta0---green-zebra-2017-04-09

New package name: https://www.npmjs.com/package/@agm/core

There is also a new logo :)

logo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PeterSisovsky picture PeterSisovsky  路  3Comments

Halynsky picture Halynsky  路  3Comments

DeveloperAdd007 picture DeveloperAdd007  路  3Comments

matishw picture matishw  路  3Comments

ChrisDevinePimss picture ChrisDevinePimss  路  3Comments