ng2-datetime-prax
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

ng2-datetime

npm version

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

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

Package Sidebar

Install

npm i ng2-datetime-prax

Weekly Downloads

0

Version

1.2.3

License

ISC

Last publish

Collaborators

  • tyko