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 }} {{ title | titlecase }}
</h1> </h1>
<mat-form-field class="w-4/5"> <mat-form-field class="w-4/5" cd-flash>
<input <input
placeholder="Add one member to the list" placeholder="Add one member to the list"
matInput matInput