MCPcopy
hub / github.com/angular/angular / schema

Function schema

packages/forms/signals/src/api/structure.ts:487–489  ·  view source on GitHub ↗
(fn: SchemaFn<TValue>)

Source from the content-addressed store, hash-verified

485 * @publicApi 22.0
486 */
487export function schema<TValue>(fn: SchemaFn<TValue>): Schema<TValue> {
488 return SchemaImpl.create(fn) as unknown as Schema<TValue>;
489}
490
491function shouldRunAction(
492 node: FieldNode,

Callers 8

structure.spec.tsFile · 0.90
form.spec.tsFile · 0.85
field_node.spec.tsFile · 0.85
resource.spec.tsFile · 0.85
validateStandardSchemaFunction · 0.85

Calls 1

createMethod · 0.65

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…