Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ maxLength
Method
maxLength
packages/forms/signals/src/field/node.ts:236–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
}
235
236
get maxLength(): Signal<number | undefined> | undefined {
237
return
this.metadata(MAX_LENGTH);
238
}
239
240
get min(): Signal<{} | undefined> | undefined {
241
const
minKey = this.metadata(MIN)?.();
Callers
4
interop.spec.ts
File · 0.45
form_field.spec.ts
File · 0.45
compat.spec.ts
File · 0.45
max_length.spec.ts
File · 0.45
Calls
1
metadata
Method · 0.95
Tested by
no test coverage detected