Title | Added | Status | Last reviewed |
---|---|---|---|
Like component |
v2.0.0 |
Active |
2018-11-14 |
Allows a user to add "likes" to an item.
<adf-like [nodeId]="nodeId"></adf-like>
Name | Type | Default value | Description |
---|---|---|---|
nodeId | string |
Identifier of a node to apply likes to. |
Name | Type | Description |
---|---|---|
changeVote | EventEmitter <any> |
Emitted when the "vote" gets changed. |