MCPcopy
hub / github.com/DevCloudFE/ng-devui / IStorageService

Interface IStorageService

devui/theme/utils/interface.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IStorageService {
2 tryGetLocalStorage(key: string): any;
3 trySetLocalStorage(key: string, value: any): void;
4}
5
6export interface IContextService {
7 getDataFromNameSpace(nameSpace: string): any;

Callers 2

initializeThemeMethod · 0.65
saveCustomThemeMethod · 0.65

Implementers 1

StorageServicedevui/theme/utils/storage-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected