UNPKG

@alfresco/adf-core

Version:
11 lines (10 loc) 491 B
import { StorageService } from '../common/services/storage.service'; import { AppConfigService } from './app-config.service'; import * as i0 from "@angular/core"; export declare class DebugAppConfigService extends AppConfigService { private storage; constructor(storage: StorageService); get<T>(key: string, defaultValue?: T): T; static ɵfac: i0.ɵɵFactoryDeclaration<DebugAppConfigService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DebugAppConfigService>; }