Added picker form

This commit is contained in:
2017-04-11 14:56:47 +02:00
parent cb2e28708f
commit c55b80224e
6 changed files with 61 additions and 7 deletions
+5
View File
@@ -33,4 +33,9 @@ export class PickerComponent {
});
}
onSubmit(form:any)
{
console.log(form);
}
}