Socket
Socket
Sign inDemoInstall

ng2-datetime

Package Overview
Dependencies
5
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ng2-datetime

Bootstrap datetime picker for Angular


Version published
Weekly downloads
745
increased by18.63%
Maintainers
1
Install size
6.18 MB
Created
Weekly downloads
 

Readme

Source

ng2-datetime

npm version

Datetime picker (plugins wrapper) for Angular.

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 in the following order:
    • Bootstrap CSS
    • jQuery
    • bootstrap-timepicker + bootstrap-datepicker
    See this example
  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.

Contributing

Fork > Create > Pull request

Thanks to

Keywords

FAQs

Last updated on 08 May 2017

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