feat(challengeCD): add directive to form field

This commit is contained in:
thomas
2023-09-12 12:36:24 +02:00
parent bc1c772820
commit eb66528720

View File

@@ -25,7 +25,7 @@ import { MatListModule } from '@angular/material/list';
{{ title | titlecase }}
</h1>
<mat-form-field class="w-4/5">
<mat-form-field class="w-4/5" cd-flash>
<input
placeholder="Add one member to the list"
matInput