JSPM

ng2-datetime-prax

1.2.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q36420F
  • License ISC

Bootstrap datetime picker for Angular2

Package Exports

  • ng2-datetime-prax

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ng2-datetime-prax) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ng2-datetime

npm version

Fork of Datetime picker (plugins wrapper) for Angular2. All thanks to Nikola Kalinov

Demo and docs: https://nkalinov.github.io/ng2-datetime

Dependencies

Installation

npm install --save ng2-datetime

Usage

  1. import some way or another the required dependencies
  2. import { NKDatetimeModule } from 'ng2-datetime/ng2-datetime';
  3. Add it to your app module's imports property
@NgModule({
    ...
    imports: [NKDatetimeModule, ...],
    ...
})
  1. Use it: <datetime [(ngModel)]="date"></datetime>

See the DEMO and it source for more info and available options.

Thanks