Hi all may anyone recom…

less than 1 minute read

Hi all, may anyone recommend any particular best practices or articles around how best to structure exports in their barrel file for a shared code library please? I seem to come up against clutter particularly when it comes to services which are injected into other services, and when there are normal TS classes and interfaces. Do people tend to use smaller libs/modules e.g. 1 per service? Or use wildcard export * from './lib/xxxxxx' a lot? Are there any good example full stack repos out there (Angular + Nest preferably) which contain a lots of libs and follow best practices (e.g. Enterprise Angular Monorepo Patterns)?

Updated: