UNPKG

ngx-bootstrap

Version:
28 lines 898 B
import { Injectable } from '@angular/core'; var DatepickerConfig = /** @class */ (function () { function DatepickerConfig() { this.locale = 'en'; this.datepickerMode = 'day'; this.startingDay = 0; this.yearRange = 20; this.minMode = 'day'; this.maxMode = 'year'; this.showWeeks = true; this.formatDay = 'DD'; this.formatMonth = 'MMMM'; this.formatYear = 'YYYY'; this.formatDayHeader = 'dd'; this.formatDayTitle = 'MMMM YYYY'; this.formatMonthTitle = 'YYYY'; this.onlyCurrentMonth = false; this.monthColLimit = 3; this.yearColLimit = 5; this.shortcutPropagation = false; } DatepickerConfig.decorators = [ { type: Injectable }, ]; return DatepickerConfig; }()); export { DatepickerConfig }; //# sourceMappingURL=datepicker.config.js.map