Guest User

Untitled

a guest
Jun 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <div style="text-align:center">
  2. <h1>
  3. Lets rate it!
  4. </h1>
  5. <lib-ratify [grade]="grade" [maxRating]="maxRating" [showRatingCounter]="showRatingCounter" (triggerRatingSelection)="selectedRating($event)"></lib-ratify>
  6. <h1 *ngIf="myRating">
  7. Rated to {{myRating}}
  8. </h1>
  9. </div>
Add Comment
Please, Sign In to add comment