modif card resto
This commit is contained in:
parent
ce1fe995b8
commit
db957edd2d
4 changed files with 6 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue