Currently embarking on a new project in Angular 7, however facing the challenge of incorporating 6 to 8 existing projects into this new platform dynamically as plugins. Your input on the feasibility and thoughts about this strategy would be greatly appreciated.
For example:
A (Base project) |__ A1 (Existing Angular 6 project) |__ A2 (Existing Angular 6 project)
We have managed to do this using rollup.js with System.js, but we are open to exploring alternative solutions.