From 3a1b8b71c7937b32e79c6f929881ef32783452dd Mon Sep 17 00:00:00 2001 From: jfhr Date: Thu, 11 Jun 2020 15:28:29 +0200 Subject: [PATCH] Add close button --- src/app/task-form/task-form.component.html | 11 ++++++++--- src/app/task-form/task-form.component.ts | 16 +++++----------- .../userstory-form/userstory-form.component.html | 5 +++++ .../userstory-form/userstory-form.component.ts | 3 +++ 4 files changed, 21 insertions(+), 14 deletions(-) diff --git a/src/app/task-form/task-form.component.html b/src/app/task-form/task-form.component.html index 114d1d2..c8782f8 100644 --- a/src/app/task-form/task-form.component.html +++ b/src/app/task-form/task-form.component.html @@ -1,18 +1,23 @@