maxisam / ngx-progressive-image-loader

lazy load img/picture, prevent reflow and seo friendly.
MIT License
35 stars 6 forks source link

ModuleWithProviders Error #26

Open sandraandonov88 opened 3 years ago

sandraandonov88 commented 3 years ago

Hi,

I am experiencing the following error in Angular(v10.0.14) library project:

node_modules/ngx-progressive-image-loader/lib/ngx-progressive-image-loader.module.d.ts:6:51 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).

6 static forRoot(config?: IImageLoaderOptions): ModuleWithProviders;