mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53: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 }}
|
{{ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user