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

Class TestDir

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

Source from the content-addressed store, hash-verified

728 describe('disabled', () => {
729 it('should bind to directive input', () => {
730 @Directive({selector: '[testDir]'})
731 class TestDir {
732 readonly disabled = input.required<boolean>();
733 }
734
735 @Component({
736 imports: [FormField, TestDir, CustomControl],

Callers

nothing calls this directly

Calls 2

DirectiveInterface · 0.90
requiredMethod · 0.45

Tested by

no test coverage detected