-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi Robert,
First of all, your solution here is awesome! Its what I have been looking for.
I have a question please. I have a need to divy out work to multiple developers on a project I am working on. Its a large application. I dont like the idea of building on massive SPA, because there is alot of moving parts (features) Each feature being complex enough to be its own application. The technique of running multiple silo'd SPAs as was done with angular 1.x is good in this case. Essentially I want to take a microservices approach but for the front end. Each team being responsible for an individual area or domain and only that area. Breaking apart the complexity.
I am wondering. its it possible with your current setup, to have multiple Angular 4-5 applications included in source control ( which I would give to different teams ), and have the build of these angular projects, output into the wwwroot folder.? Essentially, Im trying to figure out if this is possible?
My objective is that different teams can work on different features ( which would load into the respective MVC pages ), and keep things logically seperated.
I would have a team responsible for Infrastructure ( which would build the common components - cross cutting concerns of the application ) - which the other teams would consume.
Do you think this kind of setup might be possible?
Kind Regards
Nigel D