SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
import * as $ from 'jquery/dist/jquery.min.js';
Or add scripts to angular-cli.json:
"scripts": [ "../node_modules/jquery/dist/jquery.min.js", ]
and in your .ts file:
declare var $: any;