CaffGeek/MBACNationals

View on GitHub
Website/src/app/website/statistics-page/most-wins/most-wins.component.html

Summary

Maintainability
Test Coverage
<mat-card color="primary">
        <mat-card-header>
            <mat-card-title>Most Wins</mat-card-title>
        </mat-card-header>
    </mat-card>
    
    <app-highscores [year]="year" division="Tournament" stat="Wins"></app-highscores>
    <app-highscores [year]="year" division="Teaching" stat="Wins"></app-highscores>
    <app-highscores [year]="year" division="Senior" stat="Wins"></app-highscores>