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

Class MyIfComp

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

Source from the content-addressed store, hash-verified

69class ParentComp {}
70
71@Component({
72 selector: 'my-if-comp',
73 template: `MyIf(<span *ngIf="showMore">More</span>)`,
74 standalone: false,
75 changeDetection: ChangeDetectionStrategy.Eager,
76})
77@Injectable()
78class MyIfComp {
79 showMore: boolean = false;
80}
81
82@Component({
83 selector: 'child-child-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…