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

Class AppComponent

integration/cli-signal-inputs/src/app/app.component.ts:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 changeDetection: ChangeDetectionStrategy.OnPush,
25})
26export class AppComponent {
27 firstName = 'John';
28 lastName: string | undefined = undefined;
29
30 greets = viewChildren(GreetComponent);
31}

Callers

nothing calls this directly

Calls 1

viewChildrenFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…