Angular is a popular frontend framework for building web and mobile applications. It uses TypeScript, a Microsoft-created, strongly-typed language that compiles into JavaScript.
Building SPAs using Angular
Understanding the Angular project template
ASP.NET Core has a project template specifically for Angular. Let's see what it includes.
Using Visual Studio 2017
In Visual Studio 2017, open the Part3 solution, and press Ctrl + Shift + N or go to File | Add | New Project....
In the Add New Project dialog, in the Installed list, expand Visual C#, and select .NET Core...