TFS - Build Agent 設定
最近在測試 Team Foundation Server 2017,Build 的時候發生錯誤:
No agent could be found with the following capabilities: msbuild, visualstudio, vstest
感覺有點被雷到,筆記一下 TFS Build Agent 的失敗歷程。
最近在測試 Team Foundation Server 2017,Build 的時候發生錯誤:
No agent could be found with the following capabilities: msbuild, visualstudio, vstest
感覺有點被雷到,筆記一下 TFS Build Agent 的失敗歷程。
本篇將介紹 Angular 4 的 Lazy Loading,避免寫 SPA 程式越做越大,啟動時載入全部的 JavaScript 檔很累贅又恨慢。
比較好的做法是用到什麼功能,再載入當下用到 Module 的 JavaScript 檔案,節省載入時間。