Kind: Constant
Source: Frontend/src/environments/environment.ts (line 6)
Definition
ts{
production: false,
//ApiUrl: 'https://dev-api.pams.net/',
//ApiUrl: 'https://prod-api.pams.net/',
ApiUrl: 'http://localhost:37697/',
//ApiOneDriveUrl: 'https://core.pams.net/api/',
ApiOneDriveUrl: 'http://localhost:50826/api/',
FrontEndUrl: 'http://shoteco2.localhost:3467/',
OriginURL: 'http://localhost:3467/',
imports: [],
version: ' Local', // placeholde…
Value
ts{
production: false,
//ApiUrl: 'https://dev-api.pams.net/',
//ApiUrl: 'https://prod-api.pams.net/',
ApiUrl: 'http://localhost:37697/',
//ApiOneDriveUrl: 'https://core.pams.net/api/',
ApiOneDriveUrl: 'http://localhost:50826/api/',
FrontEndUrl: 'http://shoteco2.localhost:3467/',
OriginURL: 'http://localhost:3467/',
imports: [],
version: ' Local', // placeholde…
Used by
90 references from 90 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (90)
AppComponent—Frontend/src/app/app.component.ts:1TranslateHandler—Frontend/src/app/app.module.ts:1MrqDetailsComponent—Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts:1MrqListComponent—Frontend/src/app/components/MRQ/mrq-list/mrq-list.component.ts:1BillOfMaterialsDetailsComponent—Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts:1BillOfMaterialsListComponent—Frontend/src/app/components/bill-of-materials/bill-of-materials-list/bill-of-materials-list.component.ts:1BlogsDetailsComponent—Frontend/src/app/components/blogs/blogs-details/blogs-details.component.ts:1BlogsComponent—Frontend/src/app/components/blogs/blogs.component.ts:1
…and 82 more.
Was this page helpful?