Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Clean up translation fallback service imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Schäfli committed May 16, 2018
1 parent e84a795 commit f54a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/language/translation-missing-handler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {MissingTranslationHandler, MissingTranslationHandlerParams, TranslateService} from "ng2-translate";
import {Injectable} from "@angular/core";
import {MissingTranslationHandler, MissingTranslationHandlerParams} from "ng2-translate";
import {Logger} from "../logging/logging.api";
import {Logging} from "../logging/logging.service";

Expand Down

0 comments on commit f54a219

Please sign in to comment.