Skip to content

Commit eb66528

Browse files
author
thomas
committed
feat(challengeCD): add directive to form field
1 parent bc1c772 commit eb66528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/performance/default-onpush/src/app/person-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { MatListModule } from '@angular/material/list';
2525
{{ title | titlecase }}
2626
</h1>
2727
28-
<mat-form-field class="w-4/5">
28+
<mat-form-field class="w-4/5" cd-flash>
2929
<input
3030
placeholder="Add one member to the list"
3131
matInput

0 commit comments

Comments
 (0)