setting component (#2571)

This commit is contained in:
Eugenio Romano
2017-10-31 17:16:14 +00:00
committed by GitHub
parent a03145f765
commit 24b590ca16
54 changed files with 478 additions and 278 deletions

View File

@@ -323,6 +323,7 @@ for more information about installing and using the source code.
- [Toolbar title component](toolbar-title.component.md)
- [Toolbar component](toolbar.component.md)
- [Card view component](card-view.component.md)
- [Host settings component](host-settings.component.md)
- [*Infinite pagination component](../ng2-components/ng2-alfresco-core/src/components/pagination/infinite-pagination.component.ts)
### Directives

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@@ -0,0 +1,27 @@
# Host settings component
This component is a form that allow you to validate and set the url of your content service and process service saving
it in the user local storage
![Host settings](docassets/images/host-settings-component.png)
## Basic Usage
```html
<adf-host-settings>
</adf-breadcrumb>
```
### Properties
| Name | Type | Default Value | Description |
| --- | --- | --- | --- |
| providers | string | ALL | Possible valid values are ECM, BPM or ALL. It indicate which URL configurations show |
### Events
| Name | Returned Type | Description |
| --- | --- | --- |
| error | string | emitted when the url inserted is wrong |