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

Class TestDir

packages/forms/signals/test/web/interop.spec.ts:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611 describe('disabled', () => {
612 it('should bind to directive input', () => {
613 @Directive({selector: '[testDir]'})
614 class TestDir {
615 readonly disabled = input.required<boolean>();
616 }
617
618 @Component({
619 imports: [FormField, TestDir, CustomControl],

Callers

nothing calls this directly

Calls 2

DirectiveInterface · 0.90
requiredMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…