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