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