mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix: order
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"total": 41,
|
||||
"🟢": 14,
|
||||
"🟠": 119,
|
||||
"🟠": 120,
|
||||
"🔴": 207
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ author: stanislav-gavrilov
|
||||
challengeNumber: 41
|
||||
command: forms-control-value-accessor
|
||||
sidebar:
|
||||
order: 119
|
||||
order: 1
|
||||
badge: New
|
||||
---
|
||||
|
||||
@@ -21,7 +21,7 @@ Additionally, you are required to integrate validation for the new control to en
|
||||
Currently, rating is coded this way:
|
||||
|
||||
```html
|
||||
<app-rating-control (ratingUpdated)="rating = $event"> </app-rating-control>
|
||||
<app-rating-control (ratingUpdated)="rating = $event"></app-rating-control>
|
||||
```
|
||||
|
||||
```ts
|
||||
@@ -38,5 +38,5 @@ onFormSubmit(): void {
|
||||
The goal is to include rating into the `FormGroup`
|
||||
|
||||
```html
|
||||
<app-rating-control [formControl]="feedbackForm.controls.rating"> </app-rating-control>
|
||||
<app-rating-control [formControl]="feedbackForm.controls.rating"></app-rating-control>
|
||||
```
|
||||
|
||||
@@ -6,7 +6,6 @@ challengeNumber: 40
|
||||
command: performance-christmas-web-worker
|
||||
sidebar:
|
||||
order: 119
|
||||
badge: New
|
||||
---
|
||||
|
||||
## Information
|
||||
|
||||
Reference in New Issue
Block a user