项目作者: katafractari

项目描述 :
Angular 4+ Combo Datepicker
高级语言: TypeScript
项目地址: git://github.com/katafractari/ngx-combo-datepicker.git
创建时间: 2017-11-24T20:17:58Z
项目社区:https://github.com/katafractari/ngx-combo-datepicker

开源协议:MIT License

下载


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

  1. npm i ngx-combo-datepicker --save

Import module

  1. import { ComboDatepickerModule } from 'ngx-combo-datepicker';
  2. @NgModule({
  3. imports: [ ComboDatepickerModule]
  4. })

Use component

  1. <ngx-combo-datepicker></ngx-combo-datepicker>

For more info, check out the documentation and demos.