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