ngx-datetime
Advanced tools
ngx-datetime based on ng2-datetime
Weekly downloads
Readme
Angular 5 compatible (by https://github.com/robisim74/angular-library-starter) fork of https://github.com/nkalinov/ng2-datetime datetime picker (plugins wrapper)
npm install --save bootstrap-datepicker
src/vendor/bootstrap-datepicker
npm install --save bootstrap-timepicker
src/vendor/bootstrap-timepicker
npm install --save ngx-datetime
import {NKDatetime} from 'ngx-datetime/ngx-datetime';
@Component({
...
directives: [NKDatetime],
...
})
<datetime [(ngModel)]="date"></datetime>
See the DEMO and it source for more information.
Fork > Create > Pull request