I am new to angular 4. I have a set of properties that is common for all environments such as dev, staging, prod etc. Where can I place those properties in angular 4?.
I have read about environments but there I have to copy the same properties to all environment files ie. environment.ts, environment.prod.ts etc.