• Overview
@angular/core

ModelOptions

interface
  
    interface ModelOptions {}
  
  

alias

string | undefined

Optional public name of the input side of the model. The output side will have the same name as the input, but suffixed with Change. By default, the class field name is used.

debugName

string | undefined

A debug name for the model signal. Used in Angular DevTools to identify the signal.

Jump to details