UNPKG

ddc-library-commons

Version:

Angular library for commons modules, components, services and more of the ddc project

11 lines (10 loc) 485 B
import * as i0 from "@angular/core"; export declare class RouteStatusDdcService { routeStatus: {}; setMetadata: (pageKey: any, metadata: any) => void; setSubmetadata: (pageKey: any, subKey: any, submetadata: any) => void; getRouteMetadata: (pageKey: any) => any; deleteMetadata: (pageKey: any) => boolean; static ɵfac: i0.ɵɵFactoryDeclaration<RouteStatusDdcService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RouteStatusDdcService>; }