alfresco-ng2-components/docs/core/about.component.md
Andy Stark 54cbd210a1 [ADF-3745] Updates for doc review (#3970)
* [ADF-3745] Updated tutorial text

* [ADF-3745] Updates for doc review
2018-11-14 19:43:23 +00:00

25 lines
664 B
Markdown

---
Added: v2.4.0
Status: Experimental
Last reviewed: 2018-11-14
---
# About Component
Shows a general version and status overview of the installed ADF library.
## Basic Usage
```html
<adf-about></adf-about>
```
## Details
Use this component to get a general overview of the version of ADF installed and the status of the [Content service](../core/content.service.md) and [Process service](../process-services/process.service.md).
Note at the moment this component is mostly for internal use and it requires you to:
- create a version file : `npm list --depth=0 --json=true --prod=true > versions.json`
- provide this version file in the `dist` folder