Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ pattern
Method
pattern
packages/forms/signals/src/field/node.ts:249–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
}
248
249
get pattern(): Signal<readonly RegExp[]> {
250
return
this.metadata(PATTERN) ?? EMPTY;
251
}
252
253
get required(): Signal<boolean> {
254
return
this.metadata(REQUIRED) ?? FALSE;
Callers
3
interop.spec.ts
File · 0.45
form_field.spec.ts
File · 0.45
pattern.spec.ts
File · 0.45
Calls
1
metadata
Method · 0.95
Tested by
no test coverage detected