alfresco-ng2-components/docs/core/components/host-settings.component.md
Eugenio Romano c3452a4f62
Documentation build (#6762)
* move doc dependency in doctools

* add ignore link

* rebuild doc

* version index

* put it back some deps
2021-03-03 14:08:15 +00:00

1.2 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Host settings component v2.0.0 Internal 2019-01-16

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 options are available. Possible valid values are "ECM" (Content), "BPM" (Process) , "ALL" (Content and Process), 'OAUTH2' SSO.

Events

Name Type Description
cancel any Emitted when the user cancels the changes.
error any Emitted when the URL is invalid.
success any Emitted when the changes are successfully applied.