如何将<script>添加到Angular2

时间:2016-08-22 09:11:36

标签: jquery angularjs

如何添加

&#xA;&#xA;
 &lt; script&gt;&#xA; jQuery(function(){&#xA; jQuery('#camera_wrap_1') .camera({&#xA; transPeriod:500,&#xA; time:3000,&#xA; height:'490px',&#xA;缩略图:false,&#xA;分页:true,&#xA; playPause:false,&#xA; loader:false,&#xA; navigation:false,&#xA; hover:false&#xA;});&#xA;});&#xA;  
&#xA;&#xA;

到我的角度页面?有什么好的解决方案可以做这样的事吗?

&#xA;

1 个答案:

答案 0 :(得分:0)

将您的脚本放入新文件,例如$innCompnies=$query->fetchAll(); foreach($innCompnies as $inComp) { $companies[]=$inComp; }

然后,在myScript.js添加:

index.html

保存文件和刷新页面。现在您已将脚本运行到Angular应用程序中。