fix(challenge 48): challenge naming

This commit is contained in:
Sven Brodny
2024-04-18 14:55:53 +02:00
parent a691a7e2f9
commit 97026895f0
26 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,11 @@
# Avoid losing form data
> author: [Timothy Alcaide](https://github.com/alcaidio)
### Run Application
```bash
npx nx serve avoid-losing-form-data
```
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/forms/48-avoid-losing-form-data/).