UNPKG

ngx-translate-cache

Version:

ngx-translate extension to facilitate language cache.

7 lines (6 loc) 285 B
import { ModuleWithProviders } from '@angular/core'; import { TranslateCacheConfig } from './translate-cache.service'; export * from './translate-cache.service'; export declare class TranslateCacheModule { static forRoot(config: TranslateCacheConfig): ModuleWithProviders; }