User-1597861494 posted
I've created an Angular4 project in asp.net core utilizing the built in templates. I can see it includes jQuery in the package.json file, and it is downloading properly. However, I can't seem to use it without errors. Any kind of import I use gives me this:
Module "jquery" resolves to a non-module entity and cannot be imported using this construct
The intellisense is working properly, but it won't run. I would have thought this would be pretty straightforward, or built-in since it is downloading it.
Has anyone gotten jQuery to work with the new core templates?