<script>标记元素不适用于Angular 2 CLI创建的应用程序

时间:2016-11-30 09:26:14

标签: javascript angular angular-cli

我使用angular cli创建了一个应用程序。我的应用是角度2应用程序。我想运行&lt; script&gt; 并放置一个警告框。

&#xA;&#xA;

我尝试在hello.component.html上加载&lt; script&gt; 但它不起作用。我还尝试将&lt; script&gt;&lt; / script&gt; 放在index.html中,但它也失败了。

&#xA;&#xA;

如何在角度2应用程序上实现&lt; script&gt;&lt; / script&gt;

&#xA;&# XA;
 <代码>&LT;脚本&GT;&#XA; $(document).ready(function(){&#xA; alert(“来自JS的Hello”);&#xA;});&#xA;&lt; / script&gt;&#xA;  &#XA;
    

1 个答案:

答案 0 :(得分:2)

Angular2组件模板中的<DataGrid SelectionMode="Extended" 标签只是被静默剥离。

您可以使用

mvn clean install

或通过<script>

等其他方式将JavaScript添加到您的TypeScript中