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

Interface CommonsEvent

devui-commons/src/devui-commons.service.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { filter, map } from 'rxjs/operators';
4
5interface CommonsEvent {
6 key: any;
7 data?: any;
8}
9
10@Injectable({
11 providedIn: 'root'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected