Indicator showing the review/feedback status of a test run.
Usage:
<app-review-status-indicator [hasReview]="true" [reviewedCount]="5" [totalCount]="10" [mode]="'badge'"></app-review-status-indicator> Copy
<app-review-status-indicator [hasReview]="true" [reviewedCount]="5" [totalCount]="10" [mode]="'badge'"></app-review-status-indicator>
Whether this single item has been reviewed
Display mode
Count of reviewed items (for aggregate display)
Whether to show "reviewed" label in count mode
Whether to show text label in badge mode
Total count of items (for aggregate display)
Indicator showing the review/feedback status of a test run.
Usage: