[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
@@ -10,24 +10,21 @@ Allows a user to add ratings to an item.
<adf-rating
[nodeId]="'74cd8a96-8a21-47e5-9b3b-a1b3e296787d'">
</adf-rating>
```
```
### 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
- [Like component](like.component.md)
- [Rating service](rating.service.md)
<!-- seealso end -->
- [Like component](like.component.md)
- [Rating service](rating.service.md)