Eugenio Romano d7db9adbf6
Update Doc 4.1.0 (#6215)
* docbuild

* docbuild

* doc license audit

* remove link redirect to testing
2020-10-08 18:33:57 +01:00

1.1 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Like component v2.0.0 Active 2018-11-14

Like component

Allows a user to add "likes" to an item.

Custom columns

Basic Usage

<adf-like [nodeId]="nodeId"></adf-like>

Class members

Properties

Name Type Default value Description
nodeId string Identifier of a node to apply likes to.

Events

Name Type Description
changeVote EventEmitter<any> Emitted when the "vote" gets changed.

See also