feat(doc): move race-condition

This commit is contained in:
thomas
2023-10-18 09:53:41 +02:00
parent c0caace62f
commit 7cf675de60
26 changed files with 42 additions and 39 deletions

View File

@@ -0,0 +1,13 @@
# Race Condition
> Author: Thomas Laforge
### Run Application
```bash
npx nx serve rxjs-race-condition
```
### Documentation and Instruction
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/rxjs/14-race-condition/).