alfresco-ng2-components/docs/core/host-settings.component.md
Andy Stark e03f3a1a6b [ADF-3323] Fixed broken links in doc files (#3662)
* [ADF-3323] Fixed URL path to Typescript source files

* [ADF-3323] Fixed and checked broken links caused by previous bug
2018-08-14 15:42:45 +01:00

1.5 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.

Host settings

Basic Usage

<adf-host-settings>
</adf-host-settings>
@NgModule({
 providers: [
        { provide: AppConfigService, useClass: DebugAppConfigService },
    ]
)]

Class members

Properties

Name Type Default value Description
providers string[] 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> (Deprecated: in 2.4.0) Emitted when the bpm host URL is changed.
cancel EventEmitter<boolean>
ecmHostChange EventEmitter<string> (Deprecated: in 2.4.0) Emitted when the ecm host URL is changed.
error EventEmitter<string> Emitted when the URL is invalid.
success EventEmitter<boolean>