Closed RyuuGan closed 5 years ago
Update:
If you do without a shortcut method from @ngx-resource/handler-ngx-http
ResourceModule.forRoot()
it works.
import { ResourceModule, ResourceHandler } from '@ngx-resource/core';
import { ResourceHandlerHttpClient } from '@ngx-resource/handler-ngx-http';
...
ResourceModule.forRoot({
handler: {
provide: ResourceHandler,
useClass: ResourceHandlerHttpClient,
deps: [ HttpClient ]
},
}),
Hello, Try to use libs with version 9.0.0 of which are with tag ‘next’
I got the same issue after upgrading to Angular 10
After updating to
Angular 9 RC
the library@ngx-resource/handler-ngx-http
can not be instantiated because of this error: