ADF-4201 About Component - added input params (#4435)

* ADF-4201 about-component added imput params

* ADF-4201 updated docs
This commit is contained in:
Georgiana Roman
2019-03-18 16:34:42 +02:00
committed by Eugenio Romano
parent 3e29c7cd9d
commit aa3464a7d9
5 changed files with 83 additions and 63 deletions

View File

@@ -10,10 +10,27 @@ Last reviewed: 2018-11-14
Shows a general version and status overview of the installed ADF library.
## Basic Usage
With default input values
```html
<adf-about></adf-about>
```
With custom input values:
```html
<adf-about
githubUrlCommitAlpha="https://githubcom/Alfresco/alfresco-ng2-components/commits/"
showExtensions="false"
regexp="^(@alfresco)"
></adf-about>
```
### Properties
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| githubUrlCommitAlpha | `string` | https://githubcom/Alfresco/alfresco-ng2-components/commits/ | Version of ADF to be used |
| showExtensions | `boolean` | true | Parameter for hide or show extensions block |
| regexp | `string` | ^(@alfresco) | Regular expression for filtering dependencies packages |
## Details