MCPcopy Index your code
hub / github.com/DevCloudFE/ng-devui / trySetLocalStorage

Method trySetLocalStorage

devui/theme/utils/interface.ts:3–3  ·  view source on GitHub ↗
(key: string, value: any)

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 {

Callers 1

saveCustomThemeMethod · 0.65

Implementers 1

StorageServicedevui/theme/utils/storage-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected