ng2-bootstrap
Version:
angular2 bootstrap components
12 lines (11 loc) • 396 B
TypeScript
import { OnInit } from '@angular/core';
import { DatePickerInnerComponent } from './datepicker-inner.component';
export declare class YearPickerComponent implements OnInit {
datePicker: DatePickerInnerComponent;
private title;
private rows;
constructor(datePicker: DatePickerInnerComponent);
readonly isBS4: boolean;
ngOnInit(): void;
private getStartingYear(year);
}