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

Commit

Permalink
fix(TranslateLoader): remove unused map import
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianHofmann authored and ocombe committed Dec 19, 2017
1 parent 783d58e commit 4f95eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http-loader.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {HttpClient} from "@angular/common/http";
import {TranslateLoader} from "@ngx-translate/core";
import "rxjs/add/operator/map";

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

0 comments on commit 4f95eb6

Please sign in to comment.