MCPcopy Create free account
hub / github.com/angular/angular / schema

Function schema

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

Source from the content-addressed store, hash-verified

507 * @publicApi 22.0
508 */
509export function schema<TValue>(fn: SchemaFn<TValue>): Schema<TValue> {
510 return SchemaImpl.create(fn) as unknown as Schema<TValue>;
511}
512
513function shouldRunAction(
514 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