MCPcopy Index your code
hub / github.com/angular/angular / ParentComp

Class ParentComp

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

Source from the content-addressed store, hash-verified

61class MockChildComp {}
62
63@Component({
64 selector: 'parent-comp',
65 template: `Parent(<child-comp></child-comp>)`,
66 standalone: false,
67})
68@Injectable()
69class ParentComp {}
70
71@Component({
72 selector: 'my-if-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…