Base solution for your next web application
Open Closed

Add AngularJS to ABP Project #1509


User avatar
0
kacey created

I downloaded a template a couple of weeks ago and selected the MVC & Jquery Option. But now I want to use AngularJS with it. I don't wanna have to download a fresh project and rewrite all the code I added to the previous one. How can I easily add AngularJS to my project? I searched for abp.AngularJS but didn't find anything like that.

Please help.


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

    Hi,

    They are completely different architectures. So, it can not be a simple nuget package. I suggest you to create a new Angular project from template, copy App folder to your old project and adapt your changes to the application.

  • User Avatar
    0
    kacey created

    Thank you. I'll do just that.