index.js没有导入,也没有创建systemjs配置

时间:2016-11-16 08:01:13

标签: html angular typescript angular-cli

我刚刚使用ng new some-name创建了一个新的Angular项目,但创建的index.html不包含<script>标记,也没有创建SystemJS配置。 这是正确的行为吗?我希望CLI能够创建一个简单的运行项目。

1 个答案:

答案 0 :(得分:1)

是的,这是预期的行为。 Webpack在cli内部使用,它在服务/构建时自动注入所有需要的脚本和样式标记。

运行ng serve并查看它应该成功投放(locahost:4200)。