1. Install jQuery
    npm install jquery --save
  2. Install type jQuery
    npm install @types/jquery
  3. Import it into your module
    //THis is important import * as $ from 'jquery';

Comments

Popular Posts