From 4617e9037447462687c8522466db7e31b9d6f7f5 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Thu, 10 May 2018 17:13:29 +0200 Subject: [PATCH] capsulated to directive --- src/app/app.component.html | 2 +- src/app/app.component.scss | 17 +++++++++++++++++ src/app/app.module.ts | 4 +++- src/app/canvas/canvas.directive.spec.ts | 8 ++++++++ src/app/canvas/canvas.directive.ts | 10 ++++++++++ 5 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 src/app/canvas/canvas.directive.spec.ts create mode 100644 src/app/canvas/canvas.directive.ts diff --git a/src/app/app.component.html b/src/app/app.component.html index f8c0f5d..e226809 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,4 +1,4 @@ - +