From 1408b11e3c59eacf745dc8f3030a4575410e36f7 Mon Sep 17 00:00:00 2001 From: Diego Rey <diego.despaux@izundo.com> Date: Sat, 4 Aug 2018 20:14:34 -0300 Subject: [PATCH] Fixed issue about private directive --- .../src/app/layout/plotter/graph3D/graph3D.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts b/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts index ea76ae2..365500a 100644 --- a/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts +++ b/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts @@ -18,9 +18,9 @@ export class Graph3DComponent { @ViewChild('graph3DElement') private graph3DRef: ElementRef; - private graphProps : GraphProps = Default_GraphProps; + graphProps : GraphProps = Default_GraphProps; - private animationProps : AnimationProps = { + animationProps : AnimationProps = { visible: false, playing: false, value: 0, -- GitLab