You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then ng build customer1 and ng build customer2.
Anyway this creates tons of duplicate code. What if we have 20 customers(-> projects) and then decide to change just a single value, e.g. adding one more file to scripts array?
Desired functionality
Having one big-ass default project, extend it and just overwrite the values that need to be overwritten:
Bug Report or Feature Request
Area
Goal
Having one app that can be built with different styles/assets for multiple customers.
Current functionality
This works out very nice with in the
angular.json
in theprojects
object:And then
ng build customer1
andng build customer2
.Anyway this creates tons of duplicate code. What if we have 20 customers(-> projects) and then decide to change just a single value, e.g. adding one more file to scripts array?
Desired functionality
Having one big-ass default project, extend it and just overwrite the values that need to be overwritten:
The text was updated successfully, but these errors were encountered: