16.2.2 • Published 9 months ago

ngx-datetime-16 v16.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

ngx-datetime-16

This library is a continuation of the ng2-datetime library by nkalinov, now updated to support Angular v16.

Dependencies

Installation

npm install --save ngx-datetime-16

Usage

  1. Import the required dependencies in the following order:

    • Bootstrap CSS
    • jQuery
    • bootstrap-timepicker + bootstrap-datepicker

    See this example for details.

  2. import { NgxDatetimeModule } from 'ngx-datetime-16';

  3. Add it to your app module's imports property
@NgModule({
...
imports: [NgxDatetimeModule, ...],
...
})
  1. Use it in your templates: <datetime [(ngModel)]="date"></datetime>

Acknowledgements

16.2.2

9 months ago

16.2.1

9 months ago

16.2.0

9 months ago