VA
Size: a a a
VA
VA
D
VA
D
LK
./itpm/src/modules/itpm/services/app-http-client.ts(74,13): error TS2345: Argument of type 'UnaryFunction<Observable<any>, Observable<any>>' is not assignable to parameter of type 'UnaryFunction<Observable<T>, Observable<any>>'.
Types of parameters 'source' and 'source' are incompatible.
Type 'Observable<T>' is not assignable to type 'Observable<any>'.
Property 'source' is protected but type 'Observable<T>' is not a class derived from 'Observable<T>'.
pipe(map((response) => this.afterActions(response.data)))"rxjs": "5.5.6",
"rxjs-compat": "^6.5.3",
V
RK
🧤K
./itpm/src/modules/itpm/services/app-http-client.ts(74,13): error TS2345: Argument of type 'UnaryFunction<Observable<any>, Observable<any>>' is not assignable to parameter of type 'UnaryFunction<Observable<T>, Observable<any>>'.
Types of parameters 'source' and 'source' are incompatible.
Type 'Observable<T>' is not assignable to type 'Observable<any>'.
Property 'source' is protected but type 'Observable<T>' is not a class derived from 'Observable<T>'.
pipe(map((response) => this.afterActions(response.data)))"rxjs": "5.5.6",
"rxjs-compat": "^6.5.3",
LK
🧤K
🧤K
LK
import { Observable } from 'rxjs';LK
import { map } from 'rxjs/operators'🧤K
import { map } from 'rxjs/operators'LK
🧤K
LK
LK