We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e700c7 commit 89e2a61Copy full SHA for 89e2a61
src/app/reactive/reactive.component.ts
@@ -53,8 +53,6 @@ export class ReactiveComponent implements OnInit {
53
*/
54
submit() {
55
this.meta.submitted = true;
56
- console.log(this.loginForm);
57
- console.log(this.loginForm.status);
58
if (this.formStatus) {
59
window.alert(JSON.stringify(this.loginForm.value));
60
}
0 commit comments