Angular-google-maps: Support angular 7

Created on 1 Jan 2019  路  5Comments  路  Source: SebastianM/angular-google-maps

I'm use angular 6 and i want to migrate angular 7. but, I can't update to version 7, because @agm/core not support angular 7. It is vital for me.

Most helpful comment

Should be a new release @agm/[email protected] with @angular/core@^5.0.0 || ^6.0.0 || ^7.0.0

All 5 comments

@mousavidev if you hold back the migration because of the warning:

npm WARN @agm/[email protected] requires a peer of @angular/common@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @agm/[email protected] requires a peer of @angular/core@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.

you can just ignore it. I use it together with Angular 7 without any noticeable problems since release.

The package.json should be updated to prevent these warning messages.

Should be a new release @agm/[email protected] with @angular/core@^5.0.0 || ^6.0.0 || ^7.0.0

Feel free to have a look here: https://github.com/SebastianM/angular-google-maps/pull/1572#partial-pull-merging

Note:

  • this is set for "@angular/core": "^6.0.0 || ^7.0.0"

Thanks guys.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jscti picture jscti  路  22Comments

alexweber picture alexweber  路  76Comments

potham picture potham  路  54Comments

philippeboyd picture philippeboyd  路  76Comments

agil-NUBBA picture agil-NUBBA  路  34Comments