How to get jquery ui date picker working with angular2?

前端 未结 4 1980
[愿得一人]
[愿得一人] 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条回答
  •  星月不相逢
    2021-01-06 20:27

    See this question as a answer of how to use jQuery UI plugins in your app Whats the best way to use jquery widgets inside angular 2?

    This example uses ElementRef but you could also use ViewChild

    :-)

提交回复
热议问题