reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Does not work with Angular 9 #269

Open hexedit opened 4 years ago

hexedit commented 4 years ago

Angular version: 9.1.1 ngx-jsonapi version: 2.1.15 Compilation result: ERROR in node_modules/ngx-jsonapi/ngx-jsonapi.module.d.ts:6:44 - error NG6005: NgxJsonapiModule.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. Explanation: Module import in Angular 9 should return ModuleWithProviders<NgxJsonapiModule>