• Overview
@angular/forms/signals

LogicFn

Type Alias

A function that receives the FieldContext for the field the logic is bound to and returns a specific result type.

API

    
      type LogicFn<TValue, TReturn, TPathKind extends PathKind = PathKind.Root> = (  ctx: FieldContext<TValue, TPathKind>,) => TReturn
    
    
Jump to details