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 a1ab420 commit f080cb0Copy full SHA for f080cb0
libs/blog/newsletter/feature-newsletter/src/lib/feature-newsletter/newsletter.component.html
@@ -68,11 +68,6 @@
68
class="border-al-muted mr-2 mt-1 flex aspect-square h-[14px] items-center justify-center rounded border"
69
[attr.aria-label]="t('label')"
70
[attr.aria-checked]="form.controls.checkbox.value"
71
- (click)="
72
- form.controls['checkbox'].setValue(
73
- !form.controls['checkbox'].value
74
- )
75
- "
76
(keydown.space)="
77
$event.stopPropagation();
78
$event.preventDefault();
0 commit comments