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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.28latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.28
1.1.10
1.1.00
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00
0.0.160
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i angular-simple-date-picker

Weekly Downloads

8

Version

1.1.2

License

MIT

Unpacked Size

372 kB

Total Files

33

Last publish

Collaborators

  • kennygscott