|
@@ -23,17 +23,12 @@ |
|
|
<p> <ion-icon name="radio-outline"></ion-icon> {{ currentMatch.Matchdetail.Status }} </p> |
|
|
<p> <ion-icon name="radio-outline"></ion-icon> {{ currentMatch.Matchdetail.Status }} </p> |
|
|
<p *ngIf="currentMatch.Matchdetail.Tosswonby"> {{ currentMatch.Matchdetail.Tosswonby }}, {{ currentMatch.Matchdetail.Toss_elected_to }} </p> |
|
|
<p *ngIf="currentMatch.Matchdetail.Tosswonby"> {{ currentMatch.Matchdetail.Tosswonby }}, {{ currentMatch.Matchdetail.Toss_elected_to }} </p> |
|
|
|
|
|
|
|
|
<!-- <section class="score-card"> |
|
|
|
|
|
<div class="team"> |
|
|
|
|
|
|
|
|
<section class="score-card" *ngIf="currentMatch.Innings"> |
|
|
|
|
|
<div class="team" *ngFor="let inning of currentMatch.Innings"> |
|
|
<header> <h5> {{ currentMatch.Teams[currentMatch.Matchdetail.Team_Home].Name_Short }} </h5> </header> |
|
|
<header> <h5> {{ currentMatch.Teams[currentMatch.Matchdetail.Team_Home].Name_Short }} </h5> </header> |
|
|
<div class="score"> {{ matchStats.homeTeam.totalScore }}/{{ matchStats.homeTeam.totalWickets }} <span> ({{ matchStats.homeTeam.overs }}) </span> </div> |
|
|
|
|
|
|
|
|
<div class="score"> {{ inning.Total }}/{{ inning.Wickets }} <span> ({{ inning.Overs }}) </span> </div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="team"> |
|
|
|
|
|
<header> <h5> {{ currentMatch.Teams[currentMatch.Matchdetail.Team_Away].Name_Short }} </h5> </header> |
|
|
|
|
|
<div class="score"> {{ matchStats.awayTeam.totalScore }}/{{ matchStats.awayTeam.totalWickets }} <span> ({{ matchStats.awayTeam.overs }}) </span> </div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</section> --> |
|
|
|
|
|
|
|
|
</section> |
|
|
</section> |
|
|
</section> |
|
|
|
|
|
|
|
|
<ul class="statistical-pages"> |
|
|
<ul class="statistical-pages"> |
|
|