Hi I have a project which i am working on with .NET core and web api as well as angular 8 , Now there are two views of the site one is portal ( the site view) and other is admin (the admin view) so for that i have choosen two free templates , should i make two separate angular project for both the views or one angular project for the entire application , if one angular project for the entite application than how to manage my two templates both having different css,js,image,type script files.
Need some example reference if there is any
Guest UserPosted Jul 11, 2020, 1:12 PM
I honestly think it will be easier for you to maintain two different apps, since they have each their very own purpose (think unit-testing). On the other hand, the user experience might suffer, when the app resets.
So if the user should be able to see a result of his work in the admin, and should be able to switch between the two scenarios fluently, then I would make one app.