ngq-timepicker
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

NgqTimepicker

Bootstrap TimePicker Using Jquiry for Angular

Usage

  • npm install --save ngq-timepicker
  • npm install bootstrap-timepicker --save
  • npm install @types/bootstrap-timepicker --save
"styles": [
  "node_modules/bootstrap/dist/css/bootstrap.min.css",
  "node_modules/bootstrap-timepicker/css/bootstrap-timepicker.min.css",
  "src/styles.css"
],
"scripts": [
  "node_modules/bootstrap-timepicker/js/bootstrap-timepicker.min.js"
]
  • Add NgqTimepickerModule to your app module's
  • import { NgqTimepickerModule } from 'ngq-timepicker';

Dependencies (for development)

  • npm install jquery --save
  • npm install @types/jquery --save

/ngq-timepicker/

    Package Sidebar

    Install

    npm i ngq-timepicker

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    86.5 kB

    Total Files

    27

    Last publish

    Collaborators

    • sothon