2
0

fix(graphsComponent): polishment

This commit is contained in:
2018-05-23 16:51:42 +02:00
parent 161bf7d02c
commit d7672535d0
4 changed files with 27 additions and 21 deletions

View File

@@ -16,5 +16,9 @@ export let ConfigForm: FormGroup = fb.group({
nodes: fb.control('', Validators.compose([
Validators.min(1),
Validators.max(10)
]))
])),
scale: fb.control('', Validators.compose([
Validators.min(0),
Validators.max(1)
])),
});