You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the SDK on @angular/core 17.0.2 throws the error "ImagekitioAngularModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type to the ModuleWithProviders type. If this occurence is in library code you don't control, please contact the library authors."
Reported Issue:
Using the SDK on @angular/core 17.0.2 throws the error "ImagekitioAngularModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type to the ModuleWithProviders type. If this occurence is in library code you don't control, please contact the library authors."
Issue:
Angular has deprecated "ModuleWithProviders type without a generic"
Please refer to following links for reference associated with this deprecation
Solution:
Add
ImagekitioAngularModule
type argument toModuleWithProviders
in file imagekitio-angular.module.tsThe code should look like
The text was updated successfully, but these errors were encountered: