I need to pass an array of values to a component using binding, e.g.
@Component({ selector: \'my-component\', template: \'
Normally you only use input when the component is nested within another component.
So in another component, something like: