Base solution for your next web application
Open Closed

AspNetCore (v2) and angular #1691


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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:

    1. Single-page app: ASP.NET MVC 5.x + ASP.NET Web API + Angular 1.x.
    2. Multi-page app: ASP.NET MVC 5.x + ASP.NET Web API + jQuery.
    3. Multi-page app: ASP.NET Core 1.x + jQuery
    4. 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.