Skip to content

Instantly share code, notes, and snippets.

@natchiketa
Created June 15, 2017 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natchiketa/c7b4882dc4e1ce42a8c88deb07f4ba71 to your computer and use it in GitHub Desktop.
Save natchiketa/c7b4882dc4e1ce42a8c88deb07f4ba71 to your computer and use it in GitHub Desktop.
environment.ts (Angular CLI v1.1.0)
// 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