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

Class CustomControl

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

Source from the content-addressed store, hash-verified

146 }
147
148 @Component({
149 selector: 'custom-control',
150 template: '',
151 hostDirectives: [
152 {
153 directive: MyStateDir,
154 inputs: ['state: value'],
155 outputs: ['stateChange: valueChange'],
156 },
157 ],
158 })
159 class CustomControl {}
160
161 @Component({
162 imports: [FormField, CustomControl],

Callers

nothing calls this directly

Calls 7

ComponentInterface · 0.90
injectFunction · 0.90
inputFunction · 0.85
transformedValueFunction · 0.85
isArrayMethod · 0.80
toStringMethod · 0.65
requiredMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…