A small digression. We started writing in the ASP.NET WebAPI + Single Page Angular 2 App bundle more than half a year ago (even during beta). The flight is normal, so briefly about the pros.
The framework speeds up the site. Angular2-application is a “fat client”, where the display control and part of the logic are transferred to the browser side. So the server devotes more time to data delivery, plus the need to redraw the end-to-end parts of the site: caps, footers, menus, and others. Angular 2 helps to describe the structure of the application declaratively, and TypeScript allows less errors due to static typing. More details about the pros and cons tell in the following articles.
Source: https://habr.com/ru/post/309300/
All Articles