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

Method readonly

packages/forms/signals/src/field/node.ts:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 get readonly(): Signal<boolean> {
216 return this.nodeState.readonly;
217 }
218
219 get formFieldBindings(): Signal<readonly FormField<unknown>[]> {
220 return this.nodeState.formFieldBindings;

Callers 7

interop.spec.tsFile · 0.80
form_field.spec.tsFile · 0.80
field_node.spec.tsFile · 0.80
submit.spec.tsFile · 0.80
FieldNodeStateClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected