angular2 怎样封装组件
展开全部
如果此时用到了$变量是直接报 $是undefined的。因为$并没有关联到JQuery。有两种方式可以关联JQuery,两种方式只能取一种。
第一种直接在index.html引入 JQuery的包,我使用的是 jquery/2.1.1/jquery.min.js
[html] view plain copy
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
第二种是在 angular-cli.json文件中加上自己的JQuery.min.js
[html] view plain copy
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/jquery-ui-dist/jquery-ui.min.js",
"assets/bootstrap.min.js"
],
第一种直接在index.html引入 JQuery的包,我使用的是 jquery/2.1.1/jquery.min.js
[html] view plain copy
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
第二种是在 angular-cli.json文件中加上自己的JQuery.min.js
[html] view plain copy
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/jquery-ui-dist/jquery-ui.min.js",
"assets/bootstrap.min.js"
],
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询