MCPcopy
hub / github.com/angular/angular / hidden

Method hidden

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

Source from the content-addressed store, hash-verified

209 }
210
211 get hidden(): Signal<boolean> {
212 return this.nodeState.hidden;
213 }
214
215 get readonly(): Signal<boolean> {
216 return this.nodeState.readonly;

Callers 10

interop.spec.tsFile · 0.80
form_field.spec.tsFile · 0.80
field_node.spec.tsFile · 0.80
submit.spec.tsFile · 0.80
compat.spec.tsFile · 0.80
hidden.spec.tsFile · 0.80
registerAsBindingMethod · 0.80
FieldNodeStateClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected