It look like issue with chrome. As when I console.log(environment.production) It properly logs values as "false" in console window. It logs other variables value. but when I debug it shows as undefined. Means, by console.log(environment.appUrl) it showing proper value but when I debug it, it show undefined.