angular2-simple-datepicker
v1.0.6
Published
Simple Angular2 Datepicker
Downloads
20
Maintainers
Readme
Angular 2 Datepicker
A simple date picker developed as a Angular2 component. CSS styling referred from the awesome style created for a pretty little calendar by John Sardine in http://johnsardine.com/freebies/dl-html-css/pretty-little-calendar-css3/ Includes the following -
- Min and Max date which specify the date range for the date picker.
- Days of the week to disable (Eg - To disable Sun & Sat specify 0 & 6 in the array input).
- Give date input in the textfield to select a specific date by default when the datepicker is opened.
Pre-requisites
Instal Node.js, npm and git
Steps
- Use "git clone" and clone the project in the desired folder.
- Run "npm install" which would install node_modules.
- Run "npm start"