mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
fix(challenge29): modify placeholder
This commit is contained in:
@@ -27,7 +27,7 @@ import { MatInputModule } from '@angular/material/input';
|
|||||||
type="text"
|
type="text"
|
||||||
matInput
|
matInput
|
||||||
formControlName="description"
|
formControlName="description"
|
||||||
placeholder="Ex. pat@example.com" />
|
placeholder="My new task" />
|
||||||
<mat-error *ngIf="form.controls.description.hasError('required')">
|
<mat-error *ngIf="form.controls.description.hasError('required')">
|
||||||
Description is <strong>required</strong>
|
Description is <strong>required</strong>
|
||||||
</mat-error>
|
</mat-error>
|
||||||
|
|||||||
Reference in New Issue
Block a user