From 06af47fccf0ca031e545f4588d03169763d0c498 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 6 Sep 2016 14:21:25 +0200 Subject: [PATCH] Move Duck detail/editor to a separate component Signed-off-by: Gergely Polonkai --- app/app.component.html | 11 +---------- app/app.module.ts | 6 +++++- app/duck-detail.component.html | 10 ++++++++++ app/duck-detail.component.ts | 12 ++++++++++++ 4 files changed, 28 insertions(+), 11 deletions(-) create mode 100644 app/duck-detail.component.html create mode 100644 app/duck-detail.component.ts diff --git a/app/app.component.html b/app/app.component.html index 1cc53e6..e5fc017 100644 --- a/app/app.component.html +++ b/app/app.component.html @@ -1,14 +1,5 @@

Hello!

-
-
- - {{ selectedDuck.id }} -
-
- - -
-
+