API > @angular/core code ModelOptionslink interface developer preview Contents Properties interface ModelOptions { alias?: string } Propertieslink 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.