Open Closed

ABP Backend and ASPNETZERO frontend - Angular #4136


User avatar
0
mmukkara created

We were using ASPNETZERO and now we got ABP.IO commercial. We are in the process of migrating our application from ASPNETZERO to ABP.IO.

We would like to do migration step by step as its too big of a system to go big bang. Step 1: Backend API migrate to ABP.IO framework Step 2: Update Angular ASPNETZERO frontend with new ABP.IO API end points Step 3: Migrate frontend from ASPNETZERO to Lepton Theme of ABP.IO

Is Step 2 possible? Using ASPNETZERO frontend with ABO.IO backend? Anyone encountered this scenario? Appreciate any pointers to documentation. . Appreciate your help on running ABP.IO Backend with ASPNETZERO frontend.


3 Answer(s)
  • User Avatar
    0
    mmukkara created

    Hi Guys, Appreciate if someone responds with pointers. Thank you

  • User Avatar
    0
    mmukkara created

    Hi Guys, Appreciate if someone responds with pointers. Waiting for your response. Thank you

  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi @mmukkara

    Sorry for my late reply. I didn't get a notification about your question.

    Yes, step 2 is possible. When you migrate your backend to ABP.IO, you can generate typescript proxies using NSWAG and make necessary changes on your angular app if you face a problem. When you complete the migration, you can generate the typescript proxies ABP style using abp cli.

    The tenant request header name is different in ABP.IO and AspNEt Zero, so you also need to change it from Abp.TenantId to __tenant on your Angular app.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11