How to get jquery ui date picker working with angular2?

前端 未结 4 1960
[愿得一人]
[愿得一人] 2021-01-06 20:12

How to get jquery ui date picker working with angular2?

I\'m using angular2 and typescript with html5.

I\'m trying to add the jquery ui datepicker.

I

4条回答
  •  Happy的楠姐
    2021-01-06 20:47

    Well there are already many datepicker libraries available for the angular2. few of them i have posted below:

    • https://github.com/kekeh/mydatepicker
    • https://github.com/jkuri/ng2-datepicker
    • http://www.primefaces.org/primeng/#/calendar

    but yes obviously everyone need stylish datepicker for our project me too want same so i according to need i have created one datepicker using bootflat framework for styling. you can refer here..

    https://github.com/MrPardeep/Angular2-DatePicker

    hope this may help you !

提交回复
热议问题