MCPcopy
hub / github.com/angular/angular / MockChildComp

Class MockChildComp

packages/platform-browser/test/testing_public_spec.ts:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55@Component({
56 selector: 'child-comp',
57 template: `<span>Mock</span>`,
58 standalone: false,
59})
60@Injectable()
61class MockChildComp {}
62
63@Component({
64 selector: 'parent-comp',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
InjectableInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…