Skip to content

environment

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/environments/environment.ts (line 7)

Part of: Pams

Definition

ts
{
  production: false,
  AppName: 'PAMS',
  ApiUrl: 'http://localhost:37697/',
  imports: [StoreDevtoolsModule.instrument({ maxAge: 9 })],
  metaReducers: [resetState],
  version: 'v.local' // placeholder for set-env-version script
}

Value

ts
{
  production: false,
  AppName: 'PAMS',
  ApiUrl: 'http://localhost:37697/',
  imports: [StoreDevtoolsModule.instrument({ maxAge: 9 })],
  metaReducers: [resetState],
  version: 'v.local' // placeholder for set-env-version script
}

Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (2)

  • AppModulePams/Web/portal/pams-web/src/app/app.module.ts:1
  • AppTitleServicePams/Web/portal/pams-web/src/app/services/core/app-title.service.ts:1

Was this page helpful?

Download as PDF