feat: challenge 40 - forms control value accessor

This commit is contained in:
Stanislav
2023-12-07 23:26:05 +03:00
parent b16479251b
commit 29abc233d1
29 changed files with 509 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
{
"name": "Stanislav Gavrilov",
"linkedin": "https://www.linkedin.com/in/stgavrilov/",
"github": "https://github.com/stillst"
}

View File

@@ -0,0 +1,20 @@
---
title: 🟠 Control Value Accessor
description: Challenge 40 is about ...
author: stanislav-gavrilov
challengeNumber: 40
command: forms-control-value-accessor
sidebar:
order: 119
badge: New
---
:::note
WIP: The following documentation need to be written.
:::
## Information
## Statement
## Constraints

View File

@@ -15,7 +15,7 @@ hero:
icon: right-arrow
variant: primary
- text: Go to the latest Challenge
link: /challenges/angular/39-injection-token/
link: /challenges/forms/40-control-value-accessor/
icon: rocket
- text: Give a star
link: https://github.com/tomalaforge/angular-challenges
@@ -27,8 +27,8 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
import MyIcon from '../../components/MyIcon.astro';
<CardGrid>
<Card title="39 Challenges">
This repository gathers 39 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
<Card title="40 Challenges">
This repository gathers 40 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
These challenges resolve around real-life issues or specific features to elevate your skills.
</Card>