Imagine, I have the next component\'s input:
export interface Settings { step: number; min: number; max: number; } @Input settings: Settings;