Base solution for your next web application
Open Closed

Create Separate Angular JS WebApp? #1931


User avatar
0
xtianvillapando created

Hi, is it best to create separate Angular JS WebApp from the existing one and make our development there? Would this make it easier to upgrade to new versions of ASP.NET Zero in the future without disrupting our work?

Thanks!


3 Answer(s)
  • User Avatar
    0
    daws created

    In .web project, use /App for ABP dasbhoard. create a new folder for your new angular app, like /App_Name .

  • User Avatar
    0
    xtianvillapando created

    Follow up question on this, which setup do I need to change to point to the newly created folder (/App_Name) so that my navigation will point to it without losing the current one which is the /App for ABP Dashboard?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I haven't doen this but I think you shouldn't register it anywhere. You just need to create a second angularjs app in your project.