@larscom/ngx-translate-module-loader
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -1,3 +0,2 @@ | ||
export declare type Translation = { | ||
[x: string]: string; | ||
}; | ||
export declare type Translation = Object; | ||
export declare type TranslationKey = keyof Object; |
{ | ||
"name": "@larscom/ngx-translate-module-loader", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Highly configurable and flexible translations loader for ngx-translate. Fetch multiple translations, each translation file gets it's own namespace by default", | ||
@@ -5,0 +5,0 @@ "repository": { |
export { IModuleTranslation } from './lib/models/module-translation'; | ||
export { IModuleTranslationOptions } from './lib/models/module-translation-options'; | ||
export { Translation } from './lib/models/translation'; | ||
export { Translation, TranslationKey } from './lib/models/translation'; | ||
export { ModuleTranslateLoader } from './lib/module-translate-loader'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59262
386