-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
The compilation error is related to a deprecated API: ModuleWithProviders type without a generic.
Angular error:
Error: node_modules/imagekitio-angular/imagekitio-angular/imagekitio-angular.module.d.ts:4:52 -
error NG6005: ImagekitioAngularModule.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.
4 static forRoot(config: ImageKitConfiguration): ModuleWithProviders;
TypeScript error:
Error: node_modules/imagekitio-angular/imagekitio-angular/imagekitio-angular.module.d.ts:4:52 -
error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).
4 static forRoot(config: ImageKitConfiguration): ModuleWithProviders;
endersaka
Metadata
Metadata
Assignees
Labels
No labels