UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

22 lines (20 loc) 733 B
import { Injectable } from '@angular/core'; @Injectable() export class DatepickerConfig { public datepickerMode: string = 'day'; public startingDay: number = 0; public yearRange: number = 20; public minMode: string = 'day'; public maxMode: string = 'year'; public showWeeks: boolean = true; public formatDay: string = 'DD'; public formatMonth: string = 'MMMM'; public formatYear: string = 'YYYY'; public formatDayHeader: string = 'dd'; public formatDayTitle: string = 'MMMM YYYY'; public formatMonthTitle: string = 'YYYY'; public onlyCurrentMonth: boolean = false; public monthColLimit: number = 3; public yearColLimit: number = 5; public shortcutPropagation: boolean = false; }