Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angular2-simple-datepicker

bhuvana08441MIT1.0.6TypeScript support: included

Simple Angular2 Datepicker

datepicker, angular2, angular 2, basic datepicker, simple datepicker, calendar widget, angular2 components

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 -

  1. Min and Max date which specify the date range for the date picker.
  2. Days of the week to disable (Eg - To disable Sun & Sat specify 0 & 6 in the array input).
  3. 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

  4. Use "git clone" and clone the project in the desired folder.
  5. Run "npm install" which would install node_modules.
  6. Run "npm start"

Screenshot

Click here