mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-616] Document Angular Material Design (#2569)
This commit is contained in:
28
docs/version-list.component.md
Normal file
28
docs/version-list.component.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Version List component
|
||||
|
||||
Displays the version history of a node in a
|
||||
[Version Manager component](version-manager.component.md)
|
||||
|
||||
### Basic Usage
|
||||
|
||||
```html
|
||||
<adf-version-list [id]="nodeId"></adf-version-list>
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
| Name | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| id | string | The node id you want to see the version history of. |
|
||||
|
||||
## Details
|
||||
|
||||
Inside the version manager component, there is the underlying VersionListComponent.
|
||||
The VersionListComponent loads and displays the version history of a node.
|
||||
|
||||
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
||||
<!-- seealso start -->
|
||||
## See also
|
||||
|
||||
- [Version manager component](version-manager.component.md)
|
||||
<!-- seealso end -->
|
Reference in New Issue
Block a user