0
byteplatz created
Hello there
Am I missing somthing or AspNetZero v2 (core) does not have angular, only jquery ?
Is that correct?
Is that because of migration for angular v2 in next release ?
Bruno
1 Answer(s)
-
0
Yes, you're correct. Current ASP.NET Core solution is Multi-Page Application with ASP.NET Core MVC & jQuery. Angular2 version will work with the ASP.NET Core version. So, we will have 4 alternatives:
- Single-page app: ASP.NET MVC 5.x + ASP.NET Web API + Angular 1.x.
- Multi-page app: ASP.NET MVC 5.x + ASP.NET Web API + jQuery.
- Multi-page app: ASP.NET Core 1.x + jQuery
- Single-page app: ASP.NET Core 1.x + Angular 2.x (Work on progress)
It's early for a release date of Angular 2, we are working on architecture nowadays.
Have a nice day.