[ADF-1769] Added JSDocs and prop tables (#2898)

This commit is contained in:
Andy Stark
2018-01-31 17:40:28 +00:00
committed by Eugenio Romano
parent 0d93c65fd7
commit dd7afc65db
11 changed files with 99 additions and 54 deletions

View File

@@ -27,6 +27,7 @@ import { RatingService } from './services/rating.service';
})
export class RatingComponent implements OnChanges {
/** Identifier of the node to apply the rating to. */
@Input()
nodeId: string;
@@ -34,6 +35,7 @@ export class RatingComponent implements OnChanges {
ratingType: string = 'fiveStar';
/** Emitted when the "vote" gets changed. */
@Output()
changeVote = new EventEmitter();