Most of the guides say that it is not a problem just download jquery and the typings file and then edit the typings file to remove the export $ part
The problem with that is that I need to export $ since the plugins I'm going to use expect jquery to be defined as $
How can I use jquery with angularjs2 with exporting the global $ jquery variable
$from the typings? which module in angularjs2 uses that? and if I just include a <script> tag to jquery in my page which will bind$to my window object, will it work fine with angularjs2?