我正在使用angular-cli for webpack。如何使用angular-CLI在控制檯中顯示日誌
納克服務
和構建成功,我看到
** NG直播開發服務器上運行http://localhost:4200。 ** 哈希值:dd30d5aeee6e21802b4d e時間:9397ms chunk {0} styles.bundle.js,styles.bundle.map(styles)163 kB {4} [initial] [rendered] chunk {1} main.bundle.js ,main.bundle.map(main)6.52 kB {3} [initial] [rendered] chunk {2} scripts.bundle.js,scripts.bundle.map(scripts)361 kB {4} [initial] [rendered] chunk {3} vendor.bundle.js,vendor.bundle.map(vendor)2.22 MB [initial] [rendered] chunk {4} inline.bundle.js,inline.bundle.map(inline)0 bytes [entry ] [rendered] webpack:bundle現在有效。
沒有什麼似乎是錯的。但是當我訪問http://localhost:4200時,我在控制檯上看不到任何日誌。無論如何,我可以打開控制檯上的服務器日誌?
有沒有特別的東西在你的app.component.ts中沒有顯示console.log .. console.log(「Hello world」)。 –