UNPKG

ngx-translate-cache

Version:

ngx-translate extension to facilitate language cache.

11 lines (10 loc) 588 B
import { ModuleWithProviders } from '@angular/core'; import { TranslateCacheConfig } from './ngx-translate-cache.service'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class TranslateCacheModule { static forRoot(config: TranslateCacheConfig): ModuleWithProviders<TranslateCacheModule>; static ɵfac: i0.ɵɵFactoryDeclaration<TranslateCacheModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<TranslateCacheModule, never, [typeof i1.CommonModule], never>; static ɵinj: i0.ɵɵInjectorDeclaration<TranslateCacheModule>; }