xtianus79 / multiple-date-picker-angular

Multiple Date Picker for Angular: This includes Angular 2+ / 4+ / 5+ to utilize a lightweight and clean calendar allowing user to select multiple dates, single, use custom callback on (de)selection. You can also specify off days or already selected days. You can also select a range of dates with start and end inputs... This will also calculate all the days inbetween.
http://xtianus79.github.io/MultipleDatePicker
MIT License
14 stars 19 forks source link

Misleading documentation #12

Closed bot101 closed 4 years ago

bot101 commented 6 years ago

This project's documentation is misleading and doesn't work at all.

barrct commented 5 years ago

Module file should be import {MultipleDatePickerModule} from 'multiple-date-picker-angular';

@NgModule({ imports: [ MultipleDatePickerModule ], declarations: [MyComponent] })

xtianus79 commented 5 years ago

@barrct are you interested in helping with this repo. I built this for a project and see that it needs maintained properly now. Everything works I am 100% if it works on Angular 8 vs Angular 2 which when I started this it was Angular 2.