Is there a tutorial to create an ANGULAR2 slick carousel component.
Or at least can anyone help me include jQuery and slick carousel script in ANGULAR2.
npm install slick-carousel
in your project directory and npm will resolve jquery dependency as well.
...
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/slick-carousel/slick/slick.min.js"
],
...
index.html
file