mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
feat: challenge 43 input signal
This commit is contained in:
20
docs/src/content/docs/challenges/angular/43-signal-input.md
Normal file
20
docs/src/content/docs/challenges/angular/43-signal-input.md
Normal 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
|
||||
@@ -6,7 +6,6 @@ challengeNumber: 42
|
||||
command: nx-static-dynamic-import
|
||||
sidebar:
|
||||
order: 15
|
||||
badge: New
|
||||
---
|
||||
|
||||
## Information
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user