Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 4f95eb6

Browse files
BastianHofmannocombe
authored andcommitted
fix(TranslateLoader): remove unused map import
1 parent 783d58e commit 4f95eb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/http-loader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {HttpClient} from "@angular/common/http";
22
import {TranslateLoader} from "@ngx-translate/core";
3-
import "rxjs/add/operator/map";
43

54
export class TranslateHttpLoader implements TranslateLoader {
65
constructor(private http: HttpClient, public prefix: string = "/assets/i18n/", public suffix: string = ".json") {}

0 commit comments

Comments
 (0)