Created
June 15, 2017 11:37
-
-
Save natchiketa/c7b4882dc4e1ce42a8c88deb07f4ba71 to your computer and use it in GitHub Desktop.
environment.ts (Angular CLI v1.1.0)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The file contents for the current environment will overwrite these during build. | |
// The build system defaults to the dev environment which uses `environment.ts`, but if you do | |
// `ng build --env=prod` then `environment.prod.ts` will be used instead. | |
// The list of which env maps to which file can be found in `.angular-cli.json`. | |
export const environment = { | |
production: false | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment