0
ariandle created
If we don't want to use the .NET Core framework, is there a way to take advantage of Angular 2.0 in the ASP.NET MVC 5.X/SPA project template?
Are you planning upgrading Angular 1.X to 2.0 in that template (ASP.NET MVC 5.X/SPA) in the future?
1 Answer(s)
-
0
Hi @Ariandle,
We don't have plans for upgarding from angular 1 to angular 2 for ASP.NET MVC 5.x project. For angular 2 version, it uses ASP.NET Core and it can work on .NET Framework 4.6.1 and .NET Core 1.1.
So you can use angular2 version with full .Net Framework.
Thanks.