SES-163 implemented clean store if user click on logout #68

Merged
s426134 merged 2 commits from SES-163 into dev 2021-01-12 19:09:36 +01:00
Showing only changes of commit d9d3fba1b2 - Show all commits

View File

@ -3,8 +3,8 @@
<input matInput (keyup)="applyFilter($event)" placeholder="Ex. Sword" #input>
</mat-form-field>
<div>
<table mat-table [dataSource]="dataSource" matSort class="w-100 mat-elevation-z8">
<div class="mat-elevation-z8">
<table mat-table [dataSource]="dataSource" matSort class="w-100">
<ng-container matColumnDef="Name">
<th mat-header-cell *matHeaderCellDef mat-sort-header> Name </th>