0.0.7 • Published 5 years ago

ngx-combo-datepicker v0.0.7

Weekly downloads
45
License
MIT
Repository
github
Last release
5 years ago

Angular (4+) Combo Datepicker

This is an Angular 4+ port of ngComboDatepicker, an AngularJS directive for selecting dates using combo boxes.

Installation

Install npm package

npm i ngx-combo-datepicker --save

Import module

import { ComboDatepickerModule } from 'ngx-combo-datepicker';

@NgModule({
  imports: [ ComboDatepickerModule]
})

Use component

<ngx-combo-datepicker></ngx-combo-datepicker>

For more info, check out the documentation and demos.

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago