Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isFieldTree
Function
isFieldTree
packages/forms/signals/src/api/assertions.ts:18–20 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
16
* @publicApi 22.1
17
*/
18
export
function
isFieldTree(value: unknown): value is FieldTree<unknown> {
19
return
typeof value ===
'function'
&& (value as any)[FIELD_TREE] === true;
20
}
Callers
1
assertions.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected