As stated above, I have a couple of projects built with Spring + Angular architecture. It was all going smoothly when we started, but once I started updating Angular versions to keep it current, things started getting complicated; the usual dependencies angular cli / core/ material design, etc were causing issues.
I was thinking of making use of Angular Workspaces. Do I need to checkout all my angular folder into a separate workspace and update them from within the workspace ?
Couldn't find much material on this, any leads would be greatly appreciated.