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 8897b49 commit e49d2ceCopy full SHA for e49d2ce
apps/example-app-karma/src/app/examples/login-form.spec.ts
@@ -51,16 +51,7 @@ class LoginComponent {
51
});
52
53
constructor(private fb: FormBuilder) {}
54
-
55
- blurred() {
56
- console.log('aaaaaaaaac');
57
58
59
60
61
62
63
- }
+
64
get email(): FormControl {
65
return this.form.get('email') as FormControl;
66
}
0 commit comments