Ajout d'un thème général

This commit is contained in:
Sébastien André
2020-04-01 12:34:23 +02:00
parent 2034552256
commit c4e9ac5c52
14 changed files with 238 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
<div *ngIf="dataSourceTable != null else loading" class="table-container">
<button mat-button (click)="openDialogToAdd()" mat-button>Add a drop zone</button>
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a drop zone</button>
<table mat-table [dataSource]="dataSourceTable">
<ng-container matColumnDef="isfavorite">