New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-datetime-16

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-datetime-16

Update of ng2-datetime that is compatible with Angular v16+

  • 16.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ngx-datetime-16

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

Dependencies

  • Bootstrap (v3 to v5) CSS only
  • jQuery (v3.3.x to v3.7.0)
  • Bootstrap-datepicker (v1.6.x to v1.10.x) (JS+CSS)
  • Bootstrap-timepicker (v0.5.0 to v0.5.2) (JS+CSS)

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

Keywords

FAQs

Package last updated on 29 Aug 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc