I\'m trying to figure out how to use jQuery globally within my angular 2 app, the only reasonable source I found so far is this stackoverflow answer However I can\'t seem to
Install the jquery typings using:
npm install @types/jquery
Include the jQuery.js file in your index.html
jQuery.js
index.html
And.. that's it I guess :)
Good luck