Socket
Socket
Sign inDemoInstall

ngx-datetime

Package Overview
Dependencies
183
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-datetime

ngx-datetime based on ng2-datetime


Version published
Maintainers
1
Weekly downloads
23
decreased by-11.54%

Weekly downloads

Readme

Source

ngx-datetime

npm version

Angular 5 compatible (by https://github.com/robisim74/angular-library-starter) fork of https://github.com/nkalinov/ng2-datetime datetime picker (plugins wrapper)

NPM PACKAGE: https://www.npmjs.com/package/ngx-datetime
DEMO: https://nkalinov.github.io/ng2-datetime

Dependencies

  • Bootstrap3 (CSS only)
  • jQuery 2+ (supports v3)
  • Bootstrap-datepicker (JS+CSS)
    • npm install --save bootstrap-datepicker
    • or use the bundled version from src/vendor/bootstrap-datepicker
  • Bootstrap-timepicker (JS+CSS)
    • npm install --save bootstrap-timepicker
    • or use the bundled version from src/vendor/bootstrap-timepicker

Installation

npm install --save ngx-datetime

Usage

  1. import some way or another the required dependencies
  2. import {NKDatetime} from 'ngx-datetime/ngx-datetime';
  3. Add to your component's directives property
@Component({
    ...
    directives: [NKDatetime],
    ...
})
  1. Use it: <datetime [(ngModel)]="date"></datetime>

See the DEMO and it source for more information.

Contributing

Fork > Create > Pull request

Thanks

TODO:

  • test ControlValueAccessor

Keywords

FAQs

Last updated on 29 Mar 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc