I'm splitting an Angular app into multiple libraries. In one of the libraries I want to have multiple entry points, but the problem is that some of the them depends on each other.
I was thinking about moving those into separate entry point called core, but I'm not sure how to tell angular to build it before the other entry points.
Is there a better solution?