Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/app/app.component.html
#	src/app/app.component.ts
#	src/app/app.module.ts
#	src/app/modules/dyn-form/dyn-form.module.ts
This commit is contained in:
Sebastian Seedorf
2017-05-30 09:20:34 +02:00
12 changed files with 346 additions and 263 deletions

View File

@@ -18,6 +18,6 @@ export class AppComponent {
submit(value: any) {
console.log("send", value);
console.log('send', value);
}
}