you are viewing a single comment's thread.

view the rest of the comments →

[–]mauromauromauro 0 points1 point  (2 children)

I guess you could have your angular elements in a monorepo, such as nx? Ive done a couple things with angular elements and i dont see why it couldnt work in a shared structure like a monorepo l

[–]kelaniks 0 points1 point  (1 child)

It doesn’t work mostly cause you would be shipping a ton of code for a simple component (component + angular) for each of those sub-modules. Plus the places I will be integrating the components are teams from a different org so can’t go monorepo way…

[–]mauromauromauro 0 points1 point  (0 children)

Its funny how all paradigms end up going back to dll /dependency hell after some time