ngx-date-picker
Angular Datepicker Component
ngx-date-picker is a date-picker component for Angular
Demo
https://gnurub.github.io/ngx-datepicker/
Looking for a date range picker? Check this one: https://gnurub.github.io/ngx-daterangepicker/
Installation:
Install ngx-date-picker via npm
npm install ngx-date-picker-fns --save
Integration
// app.module.ts; // app.component.ts;; // app.component.htmlngx-date-picker ="options" ="date"/ngx-date-picker
For more info about options please see this.
Run Included Demo
git clone https://github.com/GNURub/ngx-datepicker.git --depth 1cd ngx-datepickernpm installnpm start
AoT Library Build
npm run build:lib
Licence
This project is licensed under the MIT license. See the LICENSE file for more info.