Hi there
I have a question about Angular workspaces:
We sometimes have long living branches next to develop.
Now, if a team runs the schematics migrations from a library and update their code, it's possible that a different team (on a different branch) has new features that aren't updated by the schematics (because the new feature code obviously is not there).
Has anyone already had the same problem and found a solution?