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.
@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
"@angular/core": "^6.0.0 || ^7.0.0"Thanks guys.
Most helpful comment
Should be a new release
@agm/[email protected]with@angular/core@^5.0.0 || ^6.0.0 || ^7.0.0