CaffGeek/MBACNationals

View on GitHub
Website/src/app/website/statistics-page/high-average/high-average.component.html

Summary

Maintainability
Test Coverage
<mat-card color="primary">
    <mat-card-header>
        <mat-card-title>High Average</mat-card-title>
    </mat-card-header>
</mat-card>

<app-highscores [year]="year" division="Tournament" stat="Average"></app-highscores>
<app-highscores [year]="year" division="Teaching" stat="Average"></app-highscores>
<app-highscores [year]="year" division="Senior" stat="Average"></app-highscores>