Why Angular Teams Fail at Code Sharing and How This Monorepo Approach Will Fix It
I see many teams believing that npm packages are the way they should share code in Angular projects. The problem with this is that this creates a lot of friction for code sharing because: Every shared lib needs to have its own CI/CD pipeline Each CI/CD pipeline should handle versioning of changes Every time a …
Why Angular Teams Fail at Code Sharing and How This Monorepo Approach Will Fix It Read More »