Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ minLength
Method
minLength
packages/forms/signals/src/field/node.ts:245–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
get minLength(): Signal<number | undefined> | undefined {
246
return
this.metadata(MIN_LENGTH);
247
}
248
249
get pattern(): Signal<readonly RegExp[]> {
250
return
this.metadata(PATTERN) ?? EMPTY;
Callers
6
interop.spec.ts
File · 0.45
template_fvc.spec.ts
File · 0.45
TestCmp
Class · 0.45
form_field.spec.ts
File · 0.45
compat.spec.ts
File · 0.45
min_length.spec.ts
File · 0.45
Calls
1
metadata
Method · 0.95
Tested by
no test coverage detected