MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / ComponentResult

Interface ComponentResult

packages/angular-material/test/common/text.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36} from './util';
37
38interface ComponentResult<C extends JsonFormsControl> {
39 fixture: ComponentFixture<any>;
40 component: C;
41 textElement?: DebugElement;
42 textNativeElement?: any;
43}
44
45const prepareComponent = <C extends JsonFormsControl>(
46 testConfig: TestConfig<C>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…