angular-simple-date-picker
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Simple Date Picker

A simple calendar based datepicker component for Angular, very loosely based on https://github.com/kuvelas/mk-date-range-picker.

Basic usage:

import { SimpleDatePickerModule } from 'angular-simple-date-picker';
 
@NgModule({
  imports: [
    SimpleDatePickerModule
  ]
})
 
<simple-date-picker [(date)]="dateSelected"></simple-date-picker>

Inputs:

importantDates: Array // An array of dates in YYYY-MM-DD format to be highlighted on the calendar

Contribute

Like most libraries, this one could use some improvements.

https://github.com/KennyGScott/simple-date-picker

/angular-simple-date-picker/

    Package Sidebar

    Install

    npm i angular-simple-date-picker

    Weekly Downloads

    6

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    372 kB

    Total Files

    33

    Last publish

    Collaborators

    • kennygscott