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