I want to use the simple example dropzone js in an angular 2 project: http://www.dropzonejs.com/examples/simple.html
Is there an easy way to use the js for simple drag and drop functionality? I tried adding installing using:
npm i dropzone --save
And referencing the script from node_modules in index.html, but it doesn't seem to work.