admin:crea suppr restau, search bar

This commit is contained in:
Thomas Cardon 2022-03-02 12:43:16 +01:00
parent 4d92ddb960
commit e72283e305
19 changed files with 276 additions and 173 deletions

View file

@ -1 +1,9 @@
<app-add-restau></app-add-restau>
<div class="container">
<div class="d-flex flex-row justify-content-around"><div>
<app-add-restau></app-add-restau>
</div>
<div class="search-bar">
<app-update-del-restau></app-update-del-restau>
</div>
</div>
</div>

View file

@ -0,0 +1,3 @@
.search-bar{
width : 30%;
}

View file

@ -10,4 +10,5 @@ export interface Restaurant {
aEmporter?: boolean;
accesPMR?: boolean;
surPlace?: boolean;
typerestaus ?: any[];
}