MCPcopy Create free account
hub / github.com/angular/components /

Class

src/dev-app/example/example.ts:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 `,
58})
59export class Example implements OnInit {
60 private _injector = inject(Injector);
61 private _viewContainerRef = inject(ViewContainerRef);
62 private _changeDetectorRef = inject(ChangeDetectorRef);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected