From 66931e8d349ac0b67238ddf1b6b78cf04132d6d7 Mon Sep 17 00:00:00 2001 From: hspier Date: Tue, 22 May 2018 12:00:27 -0400 Subject: [PATCH] fix(TranslateStore): export TranslateStore service Fixes #857 --- projects/ngx-translate/core/src/public_api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/ngx-translate/core/src/public_api.ts b/projects/ngx-translate/core/src/public_api.ts index 5e90271a..cb4c6008 100644 --- a/projects/ngx-translate/core/src/public_api.ts +++ b/projects/ngx-translate/core/src/public_api.ts @@ -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;