From 9fdf930767f76f9f1770dbc70bb1d53e31178204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Tue, 16 Aug 2022 20:25:17 +0200 Subject: [PATCH] Handle long task --- src/app/todolist/todolist.component.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/todolist/todolist.component.html b/src/app/todolist/todolist.component.html index 8886674..10f5ace 100644 --- a/src/app/todolist/todolist.component.html +++ b/src/app/todolist/todolist.component.html @@ -1,7 +1,7 @@
- +
- +
-
You have {{ todoList.length }} pending task(s)