There are two industry standard patterns for structuring apps into modular libraries within Nrwl Nx Workspace monorepos.
An eBook published by Nrwl
- https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book
- https://github.com/tomwhite007/enterprise-angular-mono-repo-patterns-example
There are a couple of rules in this pattern that diverge from the Angular Style Guide's recommended file architecture. But without the changes, the app could not be broken up in the elegant way they have achieved.
Created by Manfred Steyer