Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
interface
IStorageService {
2
tryGetLocalStorage(key: string): any;
3
trySetLocalStorage(key: string, value: any): void;
4
}
5
6
export
interface
IContextService {
Callers
1
saveCustomTheme
Method · 0.65
Implementers
1
StorageService
devui/theme/utils/storage-service.ts
Calls
no outgoing calls
Tested by
no test coverage detected