[ADF-2245] Setting Component - Emit an event to detect the changed url (#2907)

* [ADF-2245] Setting Component - Emit an event to detect the changed url

* Added change event emitters

* * Updated documentation
This commit is contained in:
Deepak Paul
2018-02-05 15:22:44 +05:30
committed by Eugenio Romano
parent 0f6ac42e4c
commit 05659b3837
3 changed files with 53 additions and 8 deletions

View File

@@ -22,3 +22,5 @@ Validates the URLs for ACS and APS and saves them in the user's local storage
| Name | Type | Description |
| ---- | ---- | ----------- |
| error | `EventEmitter<string>` | Emitted when the URL is invalid. |
| ecmHostChange | `EventEmitter<string>` | Emitted when the ECM host url is changed. |
| bpmHostChange | `EventEmitter<string>` | Emitted when the BPM host url is changed. |