The Enterprise Angular M…

less than 1 minute read

The Enterprise Angular Monorepo Patterns book suggests to limit the number of library types to feature, ui, data-access and util. Where should we put domain models? In a data-access lib which will be shared by other data-access libraries? I tend to introduce a new type model.

Updated: