angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

lint doesn't allow me to import from type:api in the feature or domain of another lib-domain #93

Closed jon9090 closed 2 years ago

jon9090 commented 2 years ago

@manfredsteyer According to your article about ddd, it describe that feature can import something from api of another feature. (The arrow in the picture)

But the ddd plugin lint doesn't allow me to make that import.

http://www1.angulararchitects.io.dedi1415.your-server.de/aktuelles/tactical-domain-driven-design-with-monorepos/

image

manfredsteyer commented 2 years ago

Yes, that's right. For this, you needed to add some tags and rules by hand.