ASP.NET MVC 5.X and Angular 5 , Use MPA
ASP.NET MVC 5.X 整合 Angular 5 , 使用 MPA 架構
- 使用 VS 2017 run IIS Express
- 執行 ng server --proxy-config proxy.config.json
- 瀏覽 http://localhost:4200/home/index
- 瀏覽 http://localohst:4200/home/about
index 和 about 由伺服器渲染
- MVC 首頁會使用到 Angular Index.html
- 部分尚未優化
Angular User Group Taiwan Kevin 特別提供相關作法