5.20: Datepicker Min-mode example
===============================
**Primary Actor**: User

**Scope**: Ngx-bootstrap DEMO / BS version 3&4

**Goal**: Show user how to set min view mode of datepicker (month, year)

Main success scenario:
----------------------
1. User opens Datepicker demo page
2. User clicks on Min-mode sub-menu
3. User see 1 input of Datepicker and button "Date Picker"
4. When user clicks on Datepicker input, then bs-datepicker-container opened and user see list with months (mode=month)
5. When user clicks on any month, then this month chosen and date shown in the input field in format "mm/01/yyyy"

Variations:
-----------
2*. User scroll to Min-mode sub-menu
4*. When user clicks on Datepicker btn, then bs-datepicker-container opened and user see list with months (mode=month)

Extentions:
-----------
5a. When user clicks on year in navigation, then table with years shown
5b. When user clicks on any year, then this year chosen and user see months calendar
5c. When user chose any month, then this month chosen and date shown in the input field in format "mm/01/yyyy"
