angular-architects / nx-ddd-plugin

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

chore(schematics) - Set: "defaultConfiguration": "production". Add OnPush on feat component if required #87

Open bjornharvold opened 3 years ago

bjornharvold commented 3 years ago

As default Angular CLI already does this, I'd like to ask that the DDD plugin does the same so we don't have to go in and edit angular.json every time.

Thank you

manfredsteyer commented 2 years ago

For this, the feature generator needed to delegate to the component generator/schematic and then update the generated files accordingly. It's not on my roadmap but feel free to provide a PR.