Skip to content

Commit 919d5c7

Browse files
authored
Add the forgotted httpBackend to the import list
1 parent 818be04 commit 919d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multi-http-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {HttpClient} from "@angular/common/http";
1+
import {HttpBackend, HttpClient} from "@angular/common/http";
22
import {TranslateLoader} from "@ngx-translate/core";
33
import {Observable, forkJoin, of} from "rxjs";
44
import {catchError, map} from "rxjs/operators";

0 commit comments

Comments
 (0)