Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这样做的问题是,一旦 ng build 开始重新编译,ng serve 就会开始重新加载,因此在每次文件更改后,它都会刷新浏览器约 3 次,并且通常直到第 4 次才会在浏览器窗口中显示新的更改(手动) 刷新。
您可以只使用这个命令:ng serve --aot 它包含 ng serve 和 ng build 里面
ng serve --aot