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

Class TestDir

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

Source from the content-addressed store, hash-verified

847 let testDir: TestDir | undefined;
848
849 @Directive({
850 selector: '[test]',
851 standalone: false,
852 })
853 class TestDir {
854 constructor() {
855 testDir = this;
856 }
857
858 @Input('test') test!: string;
859 }
860
861 TestBed.overrideTemplateUsingTestingModule(
862 MyComponent,

Callers

nothing calls this directly

Calls 2

DirectiveInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…