2
0

added service to provide canvas all over

This commit is contained in:
2018-05-23 14:18:34 +02:00
parent 1231b2de9c
commit 040782f18a
7 changed files with 70 additions and 17 deletions

View File

@@ -38,7 +38,8 @@ export class AppComponent implements OnInit {
width: 10,
height: -20,
directionStart: 180,
directionEnd: 270
directionEnd: 270,
nodes: 1
};
}
@@ -48,7 +49,8 @@ export class AppComponent implements OnInit {
width: 10,
height: -20,
directionStart: 180,
directionEnd: 270
directionEnd: 270,
nodes: 1
}});
}