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

Class ChildChildComp

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

Source from the content-addressed store, hash-verified

80}
81
82@Component({
83 selector: 'child-child-comp',
84 template: `<span>ChildChild</span>`,
85 standalone: false,
86})
87@Injectable()
88class ChildChildComp {}
89
90class FancyService {
91 value: string = 'real value';

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…