Skip to content
Snippets Groups Projects
Commit 1408b11e authored by Diego Rey's avatar Diego Rey
Browse files

Fixed issue about private directive

parent 8bec96cb
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment