angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
308 stars 55 forks source link

Shared domain models #122

Open DanialV opened 1 year ago

DanialV commented 1 year ago

I put some shared domain models inside the shared library however I can not import this shared domain inside another domain because of enforce-module-boundaries so how can I share some general domain models such as API models and etc...