projects/aoc-client/core/configs/aoc-config.ts
Properties |
|
Methods |
|
ANGULAR_BASE_HREF |
Type : string
|
APP_NAME |
Type : string
|
ROUTE_REUSE_STRATEGY_FACTORY |
Type : function
|
SERVER_API_URL |
Type : string
|
SOCKET_URL |
Type : string
|
WINDOW_APP_NAME |
Type : string
|
APP_ID |
Type : string
|
BASE_HREF |
Type : string
|
Optional BYPASS_LOGIN_CHECK |
Type : boolean
|
Optional BYPASS_VERSION_CHECK |
Type : boolean
|
Optional DISABLE_COMPONENT_CACHE_FOR_ROUTES |
Type : string[] | "*"
|
Optional DO_NOT_SHOW_AOC_FAVICON_IN_DEVMODE |
Type : boolean
|
Optional ERROR_REPORT_ENDPOINT |
Type : string
|
Optional LICENSE |
Type : string
|
Optional LOGGER |
Type : AocUiLoggerConfig
|
MULTI_TENANCY |
Type : boolean
|
Optional PDFJS_URL |
Type : string
|
PROGRAM_NAME |
Type : string
|
SERVER_URL |
Type : string
|
Optional TAB_DEFAULT_MENU_ITEMS |
Type : string[]
|
Optional TAB_IGNORE_ROUTES |
Type : string[]
|
Static init | ||||||
init(aocAppConfig: AocAppConfig)
|
||||||
Parameters :
Returns :
AocConfig
|