Skip to content

Instantly share code, notes, and snippets.

View VaclavElias's full-sized avatar
🎯
Focusing

Vaclav Elias VaclavElias

🎯
Focusing
View GitHub Profile
@VaclavElias
VaclavElias / Aspnet.core2.1andAngular5.md
Last active May 19, 2018 18:41
ASP.NET Core 2.1 Preview + Angular 5 in MVC Razor Pages

This below is now outdated, follow this https://gist.github.com/VaclavElias/544b8d097981e217ae0dc7c32adba705

ASP.NET Core 2.1 Preview + Angular 5 in MVC Razor Pages

  • I think there are many unnecessary steps in this guide, lots of mess
  • Any updates in Angular, you have to run webpack to compile all.
  • Update 25/04/2018 - I have got now better version which I will add on a separate link, some steps will be removed (e.g. ng eject --force)
  1. Project 1 - I have installed ASP.NET Core 2.1 Preview2 Angular and updated Angular 5 to the latest
  2. Project 2 - I have installed ASP.NET Core 2.1 Preview2 MVC with Authentication