feat(doc): move crud

This commit is contained in:
thomas
2023-10-18 09:59:27 +02:00
parent 428e877c19
commit fc93515530
19 changed files with 32 additions and 26 deletions

View File

@@ -0,0 +1,13 @@
# Crud application
> Author: Thomas Laforge
### Run Application
```bash
npx nx serve angular-crud
```
### Documentation and Instruction
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/angular/5-angular-crud/).