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
please import jQuery ui to index.html like this
And decare $ in your component like this
declare var $: any;