In this blog, we will see how to get started with Angular 5 in Visual Studio 2017 with .NET Core 2.1. This blog includes the introduction of Angular and .NET Core opensource also.

Flow of the blog
  1. Overview of ASP.NET Core + Angular in VS2017

  2. Installation

  3. Architecture

  4. Demo Project

  5. Angular Core Concepts

  6. Building SPAs with components

  7. What a component is

  8. Your app is a tree of components

Overview of ASP.NET Core + Angular in VS2017

Installation

Archistructure

Angular

Demo Project

Angular
Angular

Angular

Angular

Angular

Angular

Angular

Angular Core Concepts

Angular
Building SPAs with Components

Angular

What is a Component?

Angular

Your app is a tree of components

Angular

Now, see the output of your first project.

Angular

You can check my code from here