Thanks to visit codestin.com
Credit goes to angular.dev

    • Overview
@angular/forms/signals

SchemaOrSchemaFn

Type Alias

A Schema or SchemaFn.

API

    
      type SchemaOrSchemaFn<TModel, TPathKind extends PathKind = PathKind.Root> = | Schema<TModel>  | SchemaFn<TModel, TPathKind>
    
    
Jump to details