angular-architects / nx-ddd-plugin

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

Feature/15 add ui library #18

Closed pascalbe-dev closed 4 years ago

pascalbe-dev commented 4 years ago

Apart from the UI lib schematic including directory option and importPath for publishable libs, I added

Let me know, if that's too much here and if I should remove something. Most changes to tsconfig and stuff like that was migrations from nx. I also removed the package-lock.json since there was already a yarn.lock file.

15

pascalbe-dev commented 4 years ago

@manfredsteyer what do you think?