refactor: change challenge number

This commit is contained in:
Stanislav
2023-12-11 21:17:38 +03:00
parent 6a791b49e2
commit b2ec79239c
6 changed files with 9 additions and 9 deletions

View File

@@ -10,4 +10,4 @@ npx nx serve forms-control-value-accessor
### Documentation and Instruction
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/40-control-value-accessor/).
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/41-control-value-accessor/).

View File

@@ -12,7 +12,7 @@
class="feedback-form-control"
[formControl]="feedbackForm.controls.email"
placeholder="Email"
type="text" />
type="email" />
<app-rating-control (ratingUpdated)="rating = $event"> </app-rating-control>
<textarea
class="feedback-form-control"