@larscom/ngx-translate-module-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
export * from './src/public_api'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare enum FileType { | ||
JSON = ".json" | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IModuleTranslation } from './module-translation'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=module-translation-options.js.map |
@@ -0,0 +0,0 @@ import { FileType } from './file-type'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=module-translation.js.map |
export { FileType } from './file-type'; | ||
export { IModuleTranslationOptions } from './module-translation-options'; | ||
export { IModuleTranslation } from './module-translation'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { HttpClient } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ "use strict"; |
export { ModuleTranslateLoader } from './module-translate-loader'; | ||
export * from './models/public_api'; |
@@ -0,0 +0,0 @@ "use strict"; |
import 'core-js/es7/reflect'; | ||
import 'zone.js/dist/zone'; |
{ | ||
"name": "@larscom/ngx-translate-module-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fetch multiple translation files (http) with ngx-translate. Each translations file gets it's own namespace out of the box", | ||
@@ -5,0 +5,0 @@ "main": "./dist/public_api.js", |
@@ -0,0 +0,0 @@ # @larscom/ngx-translate-module-loader |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18056