How do you guys organize…

less than 1 minute read

How do you guys organize your libs folder when having multiple frameworks? E.g angular and nestjs. I put my angular libs in libs/shared , but not sure where to put my nest libs.

Responses:

I do put both my angular and nestjs libs in the shared folder, however I use Nx tags to dissociate them and avoid importing an angular lib into nest for example. Hope it helps…

Updated: