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

Class CustomInput

packages/forms/signals/test/web/form_field.spec.ts:4282–4288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4280
4281 it('synchronizes with a custom value control', () => {
4282 @Component({
4283 selector: 'my-input',
4284 template: '<input #i [value]="value()" (input)="value.set(i.value)" />',
4285 })
4286 class CustomInput implements FormValueControl<string> {
4287 value = model('');
4288 }
4289
4290 @Component({
4291 imports: [FormField, CustomInput],

Callers

nothing calls this directly

Calls 7

ComponentInterface · 0.90
injectFunction · 0.90
outputFunction · 0.90
InputInterface · 0.90
OutputInterface · 0.90
inputFunction · 0.85
requiredMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…