Update with NPM

Fix css and function name
This commit is contained in:
Sébastien André
2020-01-09 16:29:48 +01:00
parent 192af9e0bf
commit 79deeb4c2a
24 changed files with 3432 additions and 1744 deletions

View File

@@ -27,7 +27,7 @@
<td mat-cell *matCellDef="let element">{{element.gear.name}}</td>
</ng-container>
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
<tr mat-header-row *matHeaderRowDef="displayedColumns; sticky: true"></tr>
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
</table>
</div>

View File

@@ -32,7 +32,7 @@ export class ListOfJumpsComponent implements OnInit {
) { }
ngOnInit() {
this.serviceComm.updatedComponentTitle('List of jumps');
this.serviceComm.UpdatedComponentTitle('List of jumps');
this.getListOfJumps();
}