[ADF-2152] Updated See Also sections in docs (#2842)

This commit is contained in:
Andy Stark
2018-01-17 13:56:08 +00:00
committed by Eugenio Romano
parent ed6c62b990
commit 244234db4f
26 changed files with 388 additions and 466 deletions
+6 -9
View File
@@ -8,24 +8,21 @@ Allows a user to add "likes" to an item.
```html
<adf-like [nodeId]="nodeId"></adf-like>
```
```
### Properties
| Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| nodeId | string | | The identifier of a node.|
| --------- | ---- | ------- | ----------- |
| nodeId | string | | The identifier of a node. |
### Events
| Name | Description |
| --- | --- |
| ---- | ----------- |
| changeVote | Raised when vote gets changed |
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
## See also
- [Rating component](rating.component.md)
- [Rating service](rating.service.md)
<!-- seealso end -->
- [Rating component](rating.component.md)
- [Rating service](rating.service.md)