If I add the line:
@inject(Aurelia)
//@inject(jquery)
window.jQuery = jquery;
window.$ = jquery;
I get the following error:
Leading decorators must be attached to a class declaration (9:0)
The lines it’s complaining about now are the window.jQuery lines which I need in order to make ajax work properly.