I am new to the mean stack. I want to build application having admin and client. So I built two angular 2 apps in my node. But I am not able to render admin app and client app based on router. For example when router is / my client app should render and on /admin my admin app should render.
Please help me to structure my directory an solution to my problem .I am using express for Routing.