Angular4 can't find Jquery-UI functions

后端 未结 3 461
猫巷女王i
猫巷女王i 2020-12-17 03:13

I have installed Jquery and Jquery-ui

npm install --save jquery jquery-ui

The files are in the node_modules directory. I have a component t

3条回答
  •  粉色の甜心
    2020-12-17 03:17

    please import jQuery ui to index.html like this

    
    

    And decare $ in your component like this

    declare var $: any;

提交回复
热议问题