MCPcopy
hub / github.com/angular/angular / needsLastNamePredicate

Function needsLastNamePredicate

packages/forms/signals/test/node/api/when.spec.ts:26–27  ·  view source on GitHub ↗
({value}: {value: Signal<{needLastName: boolean}>})

Source from the content-addressed store, hash-verified

24}
25
26const needsLastNamePredicate = ({value}: {value: Signal<{needLastName: boolean}>}) =>
27 value().needLastName;
28
29describe('when', () => {
30 it('validates child field according to condition', () => {

Callers

nothing calls this directly

Calls 1

valueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…