API_URL |
Type : string
|
Default value : 'https://gruppe1.testsites.info/api/'
|
API_URL |
Type : string
|
Default value : 'https://gruppe1.testsites.info/api/'
|
API_URL |
Type : string
|
Default value : 'https://gruppe1.testsites.info/api/'
|
AUTH_API |
Type : string
|
Default value : 'https://gruppe1.testsites.info/api/user'
|
httpOptions |
Type : object
|
Default value : {
headers: new HttpHeaders({ 'Content-Type': 'application/json' }),
}
|
authInterceptorProviders |
Type : []
|
Default value : [
{ provide: HTTP_INTERCEPTORS, useClass: AuthInterceptor, multi: true },
]
|
TOKEN_HEADER_KEY |
Type : string
|
Default value : 'Authorization'
|
context |
Default value : require.context('./', true, /\.spec\.ts$/)
|
require |
Type : literal type
|
ELEMENT_DATA |
Type : PeriodicElement[]
|
Default value : [
{ position: 1, name: 'Hydrogen', weight: 1.0079, symbol: 'H' },
{ position: 2, name: 'Helium', weight: 4.0026, symbol: 'He' },
{ position: 3, name: 'Lithium', weight: 6.941, symbol: 'Li' },
]
|
STOCK_DATA |
Type : Stock[]
|
Default value : []
|
TRANSACTION_DATA |
Type : TransactionData[]
|
Default value : []
|
environment |
Type : object
|
Default value : {
production: true
}
|
environment |
Type : object
|
Default value : {
production: false,
}
|
TOKEN_KEY |
Type : string
|
Default value : 'auth-token'
|
USER_KEY |
Type : string
|
Default value : 'auth-user'
|