angular+jquery

2017-11-29  本文已影响0人  刘嘻嘻_52e5
//下载jquery
npm install jquery --save
//在.angular-cli.json添加js引用
"scripts": [
        "../node_modules/jquery/dist/jquery.min.js"
      ]
//component中使用
import * as $ from 'jquery';
上一篇 下一篇

猜你喜欢

热点阅读