Mise à jour des packages NPM

+ style dans le profile utilisateur
This commit is contained in:
Sébastien André
2020-06-10 12:27:27 +02:00
parent 1d6d1272ef
commit 00a822df0d
5 changed files with 3496 additions and 3010 deletions

View File

@@ -14,7 +14,7 @@ import { AddAction } from "../../models/add-action.enum";
styleUrls: ["./list-of-images.component.css"],
})
export class ListOfImagesComponent implements OnInit {
public displayedColumns: Array<string> = ["id", "comment", "data"];
public displayedColumns: Array<string> = ["comment", "data"];
public imgForm: FormGroup;
public imageError: string;
public dataSourceTable: MatTableDataSource<ImageResp>;