about component (#3337)

This commit is contained in:
Eugenio Romano
2018-05-17 09:58:22 +01:00
committed by GitHub
parent 0ebd4c62e3
commit 9772b2308a
11 changed files with 293 additions and 163 deletions

View File

@@ -0,0 +1,20 @@
---
Added: v2.4.0
Status: Experimental
Last reviewed: 2018-05-16
---
# About Component
This component allow you to have a general overview of the version of ADF installed and the status of the Content service and Process service
Note at the moment this component is mostly for internal use and it require:
- create a version file : npm list --depth=0 --json=true --prod=true > versions.json
- provide this version file in the dist folder
### Basic Usage
```html
<adf-about></adf-about>
```