modif card resto
This commit is contained in:
parent
ce1fe995b8
commit
db957edd2d
|
@ -13,7 +13,7 @@
|
|||
top: 7px;
|
||||
left: 13px;
|
||||
font-size: 1.5em;
|
||||
|
||||
transform: rotate(5deg);
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ export class CardRestoComponent implements OnInit {
|
|||
|
||||
ngOnInit(): void {
|
||||
|
||||
console.log(this.restaurant);
|
||||
// console.log(this.restaurant);
|
||||
|
||||
}
|
||||
onClickLike() {
|
||||
|
|
|
@ -16,7 +16,7 @@ export class HomePageComponent implements OnInit {
|
|||
|
||||
ngOnInit(): void {
|
||||
this.apiBackService.getCategories().subscribe((listCategories: any[]) => {
|
||||
console.log(listCategories);
|
||||
// console.log(listCategories);
|
||||
|
||||
// const listCategoriesLibelle = listCategories.map(
|
||||
// (category) => category.libelle
|
||||
|
@ -25,7 +25,7 @@ export class HomePageComponent implements OnInit {
|
|||
this.listCategories = listCategories;
|
||||
|
||||
});
|
||||
console.log(this.apiBackService);
|
||||
// console.log(this.apiBackService);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue