My application consumes an API on a server I have set up.
For my front end, I am using Angular 2.
I would like to use custom js and jquery
scripts to implement some of the features to make front-end appealing.
The css
stylesheets are added through the styleUrls
property in the component decorator.
How do I reference JS files to be able to incorporate libraries like WOW js and Jquery?