From 798da6bd4b3fbd2f6cbe59a5b1333238edb59443 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 7 Aug 2018 18:22:51 +0200 Subject: [PATCH] prepared animations and added central arithmetic service --- src/app/app.component.html | 2 +- src/app/app.component.ts | 1 + src/app/app.module.ts | 4 +- src/app/components/graphs.component.ts | 92 +++++++++++------------ src/app/directives/guilloche.directive.ts | 35 ++------- src/app/services/animation.service.ts | 32 +++++--- src/app/services/arithmetic.service.ts | 73 ++++++++++++++++++ 7 files changed, 151 insertions(+), 88 deletions(-) create mode 100644 src/app/services/arithmetic.service.ts diff --git a/src/app/app.component.html b/src/app/app.component.html index be7f208..a651ac9 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,4 +1,4 @@ - +