UNPKG

ng-http-caching

Version:

Cache for HTTP requests in Angular application.

10 lines (9 loc) 533 B
import { ModuleWithProviders } from '@angular/core'; import { NgHttpCachingConfig } from './ng-http-caching.service'; import * as i0 from "@angular/core"; export declare class NgHttpCachingModule { static forRoot(ngHttpCachingConfig?: NgHttpCachingConfig): ModuleWithProviders<NgHttpCachingModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgHttpCachingModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgHttpCachingModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<NgHttpCachingModule>; }