Month: <span>March 2018</span>

Improving the Dev Experience with ASP.NET Core and Angular CLI

In my previous article, I showed how we could easily create an Angular 5 CLI app inside of an ASP.NET Core application. There was one big thing that bugged me about that approach though: our ASP.NET Core application and our Angular CLI application were hosted separately during local development. After spending some time with the…

Read MoreView 3 Comments

Creating a New ASP.NET Core 2.1 Preview Project with Angular

The Angular project template has been updated in ASP.NET Core 2.1-preview. The new template makes several improvements over the old one. Let’s take a look!

Read MoreView 4 Comments

Creating a New Project with ASP.NET Core and Angular

You would think that creating an ASP.NET Core application that uses Angular would be easy-peasy. After all, there’s an “Angular” option in the new project wizard for an ASP.NET Core application! Sadly, reality is a cruel mistress, and if you take that approach to creating your next Angular + ASP.NET Core project, you’ll be in…

Read MoreView 5 Comments