How to use JQuery Plugin in Page

Hi all!
I’m a newbie of ionic 2, i create project and need to jquery plugin link colorbox, slick-carousel…

I’ve run the command in a terminal
npm install jquery slick-carousel
typings install jquery --ambient --save
typings install slick-carousel --ambient --save

I have imported the JQuery:
import * as JQuery from ‘jquery’;
import * as slick from ‘slick-carousel’;

Then ionic error is: Can not find module ‘slick-carousel’.

Please help me solve this problem, or have examples ready so I can refer to.

Thanks all!

1 Like

no one can help me :disappointed:

Did you find any solution to use JQuery with Ionic2? I have trouble with RC.1 :frowning: