[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/core/ModelOptions [Back]  [Original]

ModelOptions Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/core

ModelOptions

interface

On this page

    arrow_upward_alt Back to the top

    API

        
          interface ModelOptions {  alias?: string | undefined;  debugName?: string | undefined;}
        
        

    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

    Web Proxy Viewer  |  New URL  |  Original Page