I am trying to add this Jquery plugin to my Angular2 project.
I have added the files to "src/assets" also in index.html I've added <script src="assets/jquery.twentywenty.js"></script> and declare var twentytwenty: any;
I am getting
jquery.twentytwenty.js:152 Uncaught ReferenceError: jQuery is not defined at jquery.twentytwenty.js:152
also
TypeError: Cannot read property 'twentytwenty' of undefined
What am I missing here?