UNPKG

iptdevs-design-system

Version:

Library common elements into IPT Plattform.

10 lines (9 loc) 447 B
import * as i0 from "@angular/core"; export declare class LocalStorageCodSelfMaganedService { constructor(); getCodFormData(step: number, control: string): string | null; setCodFormData(step: number, control: string, value: string): void; clearData(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageCodSelfMaganedService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageCodSelfMaganedService>; }