mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
feat(challengeCD): add directive to form field
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user