An open API service indexing awesome lists of open source software.

https://github.com/katafractari/ngx-combo-datepicker

Angular 4+ Combo Datepicker
https://github.com/katafractari/ngx-combo-datepicker

angular angular-component angular2 angular4 angular5 combobox datepicker library ng2 ngx

Last synced: over 1 year ago
JSON representation

Angular 4+ Combo Datepicker

Awesome Lists containing this project

README

          

Publish to NPM
```
npm install
npm run packagr
npm publish dist
```

Create and install tarball
```
npm install
npm run packagr
cd dist
npm pack
cd project_using_combodatepicker
npm install path_to_tarball.tgz
```