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

Class TestCmp

packages/forms/signals/test/web/reactive_fvc.spec.ts:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38describe('FormControlDirective with FVC', () => {
39 it('should sync FormControl value to FVC (model -> view)', () => {
40 @Component({
41 template: `<my-fvc-input [formControl]="ctrl" />`,
42 imports: [MyFvcInput, ReactiveFormsModule],
43 })
44 class TestCmp {
45 ctrl = new FormControl('initial');
46 }
47
48 const fixture = act(() => TestBed.createComponent(TestCmp));
49

Callers

nothing calls this directly

Calls 3

ComponentInterface · 0.90
signalFunction · 0.90
minLengthMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…