feat: challenge 43 input signal

This commit is contained in:
thomas
2024-01-15 21:41:57 +01:00
parent ef1f6b644c
commit 79b0301a87
21 changed files with 328 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
---
title: 🟢 Signal Input
description: Challenge 43 is about ...
author: thomas-laforge
challengeNumber: 43
command: angular-signal-input
sidebar:
order: 16
badge: New
---
:::note
WIP: The following documentation need to be written.
:::
## Information
## Statement
## Constraints

View File

@@ -6,7 +6,6 @@ challengeNumber: 42
command: nx-static-dynamic-import
sidebar:
order: 15
badge: New
---
## Information

View File

@@ -13,7 +13,7 @@ hero:
icon: right-arrow
variant: primary
- text: Go to the latest Challenge
link: /challenges/nx/42-static-dynamic-import/
link: /challenges/angular/43-signal-input/
icon: rocket
- text: Give a star
link: https://github.com/tomalaforge/angular-challenges
@@ -25,8 +25,8 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
import MyIcon from '../../components/MyIcon.astro';
<CardGrid>
<Card title="42 Challenges">
This repository gathers 42 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
<Card title="43 Challenges">
This repository gathers 43 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>