context |
context:
|
Default value : require.context('./', true, /\.spec\.ts$/)
|
require |
require:
|
Type : any
|
environment |
environment:
|
Type : object
|
Default value : {
/**
* Production Mode
*/
production: true,
/**
* Version
*/
version: '20180823',
/**
* Api url
*/
url: 'https://swapi.co/api/'
}
|
Variabili global di configurazione |
environment |
environment:
|
Type : object
|
Default value : {
/**
* Production Mode
*/
production: false,
/**
* Version
*/
version: '20180823 - dev',
/**
* Api url
*/
url: 'https://swapi.co/api/'
}
|
Variabili global di configurazione |
routingModule |
routingModule:
|
Type : ModuleWithProviders
|
Default value : RouterModule.forRoot(routes, {
/*enableTracing: true,*/ onSameUrlNavigation: 'reload'
})
|