Skip to content

Commit

Permalink
fix(TranslateStore): export TranslateStore service
Browse files Browse the repository at this point in the history
Fixes #857
  • Loading branch information
hspier authored and ocombe committed May 22, 2018
1 parent 59bdf3c commit 66931e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-translate/core/src/public_api.ts
Expand Up @@ -17,6 +17,7 @@ export * from "./lib/translate.parser";
export * from "./lib/translate.compiler";
export * from "./lib/translate.directive";
export * from "./lib/translate.pipe";
export * from "./lib/translate.store";

export interface TranslateModuleConfig {
loader?: Provider;
Expand Down

0 comments on commit 66931e8

Please sign in to comment.