I have added jQuery to my angular 4 project, but I am having trouble using scripts designed to use jQuery.
jQuery was installed as an npm package then was added via angulars cli using the typings command
I would like to access those jQuery scripts in my compontents.ts files.
The script in question is: this