API
interface ModelOptions {
alias?: string | undefined;
debugName?: string | undefined;
}
alias
string | undefinedOptional 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 | undefinedA debug name for the model signal. Used in Angular DevTools to identify the signal.