
required - alias - transform
@Input() Options in Angular
Interview Question: declare an input property component to hold a list of colors with the following constraints:
1) The internal name of the property should be "colors", but the external name (alias) should be "favoriteColors".
2) The property must be included in every instance.
3) The property may accept an array of strings or a comma-delineated string.
4) The list of colors should cleaned so that there are no duplicates.by Robert Banning * Jan. 06, 2024