Base solution for your next web application
Open Closed

MVC and Angular .NET Core #6610


User avatar
0
piapps created

Hi guys,

We have an extension to one of our Zero projects that might benefit from using the MVC site however we mainly run the angular version.

If I generate a MVC/jquery project can I just grab the MVC project from inside that, import it into the larger angular/web api project and update dependancy locations and the MVC site should just function?

Alternatively is there any way to do this? We still havent decided if this is the way we want to go just yet but I am interested in knowing if its possible

Obviously there is already the public site in the angular project however it doesnt really integrate with any of the services by default hence the question

Thanks


2 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Yes, that should work. Note that you have to use the same versions.

  • User Avatar
    0
    piapps created

    Thanks for confirming!