platform-components-ng/projects/platform-components-lib/src/lib/services/application-config-service.ts
Application configuration
Properties |
|
Methods |
constructor(http: HttpClient)
|
||||||
|
Parameters :
|
| getApplicationConfig |
getApplicationConfig()
|
|
Returns application config.
Returns :
any
any |
| Async getApplicationProperty | ||||||
getApplicationProperty(propertyName: string)
|
||||||
|
Returns property value from application config.
Parameters :
Returns :
{}
any |
| Static Readonly APP_CONFIG |
Type : object
|
Default value : {
CREATE_REVISION_CONFIG: "createRevisionOnPropertyChange",
SHOW_ASSET_AUDIT_TAB: "showAssetAuditTab",
ASSET_AUDIT_WORKBOOK: "assetAuditWorkbook",
SHOW_ALL_LINKS_WITH_VERSION: "showAllLinksWithVersion",
WORKFLOW_MANDATORY: "workflowMandatory",
ENABLE_HIDE_COLLECTION: "enableHideCollection",
DISABLE_CHECKIN_DRAG_AND_DROP: "disableCheckinDragAndDrop",
ASSIGNMENT_DUE_WIDGET_CONFIG: "assignmentDueWidgetConfig",
PUSH_TO_DOCURATED_ENABLED: "pushToDocuratedEnabled",
QUICK_SEARCH_DEBOUNCE_TIME_IN_MS: "quickSearchDebounceTimeInMs"
}
|