install jquery angular code example
Example 1: import $ from 'jquery'
import * as $ from 'jquery'
Example 2: declare * angular jquery
declare var $:any;
Example 3: add jquery angular
../node_modules/jquery/dist/jquery.min.js
import * as $ from 'jquery'
declare var $:any;
../node_modules/jquery/dist/jquery.min.js