mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
543 B
543 B
ADF Like component
Allows a user to add "likes" to an item.
Basic Usage
<adf-like [nodeId]="nodeId"></adf-like>
Properties
| Attribute | Type | Default | Description |
|---|---|---|---|
| nodeId | string | The identifier of a node. |
Events
| Name | Description |
|---|---|
| changeVote | Raised when vote gets changed |
