admin:crea suppr restau, search bar
This commit is contained in:
parent
4d92ddb960
commit
e72283e305
19 changed files with 276 additions and 173 deletions
|
|
@ -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>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.search-bar{
|
||||
width : 30%;
|
||||
}
|
||||
|
|
@ -10,4 +10,5 @@ export interface Restaurant {
|
|||
aEmporter?: boolean;
|
||||
accesPMR?: boolean;
|
||||
surPlace?: boolean;
|
||||
typerestaus ?: any[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue