From 951f9fcb87f01536c407ad2667e50678951481ad Mon Sep 17 00:00:00 2001 From: William Nolin Date: Fri, 10 Sep 2021 07:40:38 -0400 Subject: [PATCH] #14 Add message in the color list --- .../colors/pages/list/list.component.html | 15 +- .../colors/pages/list/list.component.ts | 51 +++++-- .../modules/colors/services/recipe.service.ts | 131 +++++++++--------- 3 files changed, 112 insertions(+), 85 deletions(-) diff --git a/src/app/modules/colors/pages/list/list.component.html b/src/app/modules/colors/pages/list/list.component.html index 84493bf..7b938d7 100644 --- a/src/app/modules/colors/pages/list/list.component.html +++ b/src/app/modules/colors/pages/list/list.component.html @@ -5,7 +5,7 @@ matInput type="text" [(ngModel)]="searchQuery" - (keyup)="searchRecipes()"/> + (keyup)="searchRecipes()"/>