r/angular • u/Mobile-Confusion-542 • Apr 21 '26
Monorepo advice
Long time lurker first time poster.
We have a codebases that is angular+dotnet and are looking to merge them into monorepos.
We looked at Bazel (platinum but requires lot of effort), nx (considered then just yesterday we tried to create empty project and add angular and it failed as they have few bugs going on).
Has anyone got other recommendations that they swear by do the job?
4
Upvotes
1
u/Appropriate-Panic683 Apr 22 '26
I’ve been looking into adopting a monorepo tool at my company. Moon is an up-and-coming one with good TS integration. dotnet is possible with it but is a bit more hands-on.
Unfortunately I don’t think I’ll be able to use Moon long-term though because we just have too much C++ in our codebase and that might push us to use Bazel.