Blame view

src/app/environment.ts 263 Bytes
c680f5b4   Administrator   first commit
1
2
3
4
5
6
7
  // The file for the current environment will overwrite this one during build
  // Different environments can be found in config/environment.{dev|prod}.ts
  // The build system defaults to the dev environment
  
  export const environment: any = {
    production: false,
  };