import { Component, ChangeDetectionStrategy, Input } from '@angular/core'; export interface BsCustomDates { label: string; value: Date | Date[]; } @Component({ selector: 'bs-custom-date-view', template: `