Specialization, Textbox

This commit is contained in:
Sebastian Seedorf
2017-06-06 15:45:08 +02:00
parent 006f618c36
commit fc2c3f029a
8 changed files with 335 additions and 220 deletions

View File

@@ -23,7 +23,7 @@ export class AppComponent {
});
}
static submit(value: any) {
submit(value: any) {
console.log('send', value);
}
}