Calendar widget built on Ionic 2
npm install @ionic2-extra/calendarion-calendar is a simple calendar widget that allows users to
select pick single date or date ranges (weeks, months, years)
The ion-calendar component fully support two-way binding ofngModel
``html`
ion-calendar supports [(ngModel)] and ngControl for use within
forms.
`html`
Properties:
| Name | Type | Description |
| --- | --- | --- |
| selection-mode | "day" | "week" | "month" | "year" | The range of dates selected when user clicks on a dateview-date
| | Date | The initial date displayed. Default to current dateview-mode
| | "month" | "year" | "decade" | The initial view mode. Default to "month"start-of-week-day
| | "monday" | "tuesday" | "wednesday" | "thursday" | "friday"| "satudary" | "sunday" | The first day of week. Default to "monday"disabled` | boolean | Whether or not the button is disabled
|