偷窥在HTML源代码
我SPA的建立与NG 6使用SASS
我找到的文件列表,这些
<script type="text/javascript" src="runtime.js"></script>
<script type="text/javascript" src="polyfills.js"></script>
<script type="text/javascript" src="styles.js"></script>
<script type="text/javascript" src="vendor.js"></script>
<script type="text/javascript" src="main.js"></script>
我不知道什么是style.js呢?
我举进口
在我style.scss像
(我这样做,因为如果我在angular.json把引导我不能让我的自定义主题见变量)
@import "./assets/variables";
@import "~bootstrap/scss/bootstrap";