mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [ADF-3198] Fixed glitches in doc index files and tools * [ADF-3198] Reviewed new tutorial content and fixed index glitches * [ADF-3198] Fixed host settings component brief description
1.2 KiB
1.2 KiB
Added, Status, Last reviewed
Added | Status | Last reviewed |
---|---|---|
v2.0.0 | Internal | 2018-06-13 |
Host settings component
Validates the URLs for ACS and APS and saves them in the user's local storage
Note: this is an internal component and is not meant to be used in production.
Basic Usage
<adf-host-settings>
</adf-host-settings>
@NgModule({
providers: [
{ provide: AppConfigService, useClass: DebugAppConfigService },
]
)]
Class members
Properties
Name | Type | Default value | Description |
---|---|---|---|
providers | array |
Tells the component which provider option are available. Possible valid values are "ECM" (Content), "BPM" (Process) , "ALL" (Content and Process), 'OAUTH2' SSO . |
Events
Name | Type | Description |
---|---|---|
bpmHostChange | EventEmitter <string> |
Emitted when the bpm host URL is changed. Deprecated: in 2.4.0 |
ecmHostChange | EventEmitter <string> |
Emitted when the ecm host URL is changed. Deprecated: in 2.4.0 |
error | EventEmitter<string> |
Emitted when the URL is invalid. |