Jquery is not defined, ionic 2 RC0

I have troubles of using the jquery library since upgrading to RC0.

I followed the instructions and installed it through npm install @types/jquery --save --save-exact

Before it was simply

import * as $ from 'jquery';

but I can’t even do that anymore. Can someone help me out?

best regards,
leu2tm

Hi there,

not sure if this is what you are looking for but I used Signal R in my app that required jQuery and this video helped me to achieve that.

Yeah, unfortunenately it didn’t work out for me.