Update packages et début de la pop-in "infos"

des sauts
This commit is contained in:
Sébastien André
2020-12-26 18:16:42 +01:00
parent c485d2d50d
commit 45a2df911d
3 changed files with 2608 additions and 2065 deletions

View File

@@ -5,7 +5,9 @@
<th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let element" style="text-align: left; cursor: pointer;">
<mat-icon aria-hidden="false" aria-label="All informations of the jump">info</mat-icon>
<span [innerHTML]="element.gear.Name , element.withCutaway, element.notes"></span>
<span style="display: block;">Gear : {{element.gear.mainCanopy}} ({{element.gear.mainCanopy}})</span>
<span style="display: block;">Cutaway : {{element.withCutaway}}</span>
<span style="display: block;">Notes : {{element.notes}}</span>
</td>
</ng-container>