feat(doc): move di

This commit is contained in:
thomas
2023-10-18 10:00:50 +02:00
parent 22df1ad237
commit 4ac5c2c1f1
15 changed files with 24 additions and 18 deletions

13
apps/angular/di/README.md Normal file
View File

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