How to separate a single angular solution into front and back projects

Viewed 26

My team is using a single Angular solution created in Visual Studio which contains both front and back end. This solution began as a template from Visual Studio.

My question is how do I do to separate them into 2 new projects, one containing only frontend and another containing only backend?

0 Answers
Related