modif card resto

This commit is contained in:
Your Name 2022-02-16 12:35:13 +01:00
parent 59ca38b89b
commit ce1fe995b8
6 changed files with 55 additions and 29 deletions

View file

@ -30,5 +30,8 @@ export class HomePageComponent implements OnInit {
}
onEventLike(isLiked : boolean) {
this.apiBackService.restoLiked$.next(isLiked);
}
}