I\'m trying to set an input alias in a directive following this example
@Input(\'appAvatarColor\') name: string;
The program is working, but
You can implement it the following way :
@Input() appAvatarColor: string;