@abp/ng.core
Advanced tools
Comparing version
import * as i0 from "@angular/core"; | ||
import * as i1 from "./pipes/localization.pipe"; | ||
import * as i2 from "./pipes/lazy-localization.pipe"; | ||
export declare class LocalizationModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<LocalizationModule, [typeof i1.LocalizationPipe], never, [typeof i1.LocalizationPipe]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<LocalizationModule, [typeof i1.LocalizationPipe], [typeof i2.LazyLocalizationPipe], [typeof i1.LocalizationPipe, typeof i2.LazyLocalizationPipe]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<LocalizationModule>; | ||
} |
@@ -8,1 +8,2 @@ export * from './localization.pipe'; | ||
export * from './short-date-time.pipe'; | ||
export * from './lazy-localization.pipe'; |
{ | ||
"name": "@abp/ng.core", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"homepage": "https://abp.io", | ||
@@ -10,3 +10,3 @@ "repository": { | ||
"dependencies": { | ||
"@abp/utils": "~9.1.1", | ||
"@abp/utils": "~9.1.2", | ||
"just-clone": "^6.0.0", | ||
@@ -13,0 +13,0 @@ "just-compare": "^2.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
760429
0.74%190
0.53%8549
0.49%Updated