I have upgraded to Angular 14 and I am getting the following error:
Error in turbo_modules/@agm/core@1.1.0/core.module.d.ts (29:79)
AgmCoreModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors. AgmCoreModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors.
Here is Link : https://stackblitz.com/edit/angular-ivy-slqupb?file=src/app/app.module.ts
It is resolved by:
@agm/core 3.0.0-beta.0
and@types/googlemaps 3.43.3
Here is working demo: https://stackblitz.com/edit/angular-ivy-slqupb?file=src/app/app.module.ts