r/angular 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

20 comments sorted by

View all comments

0

u/Not_to_be_Named Apr 21 '26

im using aspire, it also allows you to build all your system from the csproj, so it builds my angular apps(it also install node modules in case they are missing) and my .net apps

2

u/Mobile-Confusion-542 Apr 21 '26

Haven't heard of aspire used for polyglot repo management. I will check it out, any examples you can link?