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

Method getDataFromNameSpace

devui/theme/utils/interface.ts:7–7  ·  view source on GitHub ↗
(nameSpace: string)

Source from the content-addressed store, hash-verified

5
6export interface IContextService {
7 getDataFromNameSpace(nameSpace: string): any;
8 setDataFromNameSpace(nameSpace: string, value: any): any;
9}
10

Callers 1

initializeThemeMethod · 0.65

Implementers 1

ContextServicedevui/theme/utils/context-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected