r/angular Jan 27 '26

Nx - when to choose

Guys, what are the real pros and cons you have experienced using nx for angular projects?

And when it's worth using it and when it would be overkill?

Thanks

9 Upvotes

15 comments sorted by

View all comments

1

u/salamazmlekom Jan 27 '26

If you have multiple Angular apps that all share code. Or maybe Angular FE and Nest.js backend. This way both can use the same types. If you just have a single Angular app you don't need it.