how to use jquery-ui in angular 6

后端 未结 2 694
孤城傲影
孤城傲影 2020-12-11 04:56

I have tried number of methods posted on StackOverflow to use jquery-ui in angular 6 component but none of them worked. For example,

<
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 05:31

    Please update your scripts part in angular.json file

    "scripts": [
               "../node_modules/jquery/dist/jquery.min.js",
               "../node_modules/jquery-ui-dist/jquery-ui.js"
            ]
    

提交回复
热议问题