0.1.2 • Published 5 years ago

ngq-timepicker v0.1.2

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

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
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago