Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
This site is no longer updated.Head to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

ModelOptions

      
      interface ModelOptions {
  alias?: string
}
    

Properties

Property Description
alias?: string

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.