JoeDupuis / ngx-combo-datepicker

Angular 4+ Combo Datepicker

Home Page:https://katafractari.gitbooks.io/ngx-combo-datepicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Angular 4+ Combo Datepicker

https://katafractari.gitbooks.io/ngx-combo-datepicker/

License:MIT License


Languages

Language:TypeScript 79.4%Language:HTML 14.1%Language:JavaScript 6.2%Language:CSS 0.3%