@lucasheight/kendo-grid-state
Version:
A helper library that implements a directive to manage grid state during session or between sessions for Progress Kendo UI for Angular Grid.
13 lines (12 loc) • 429 B
TypeScript
import * as i0 from "@angular/core";
export declare class StorageService {
private store;
constructor(store: Storage);
clear(): void;
getItem(key: string): string;
key(index: number): string;
removeItem(key: string): void;
setItem(key: string, value: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
}