feat(doc): move module to standalone

This commit is contained in:
thomas
2023-10-18 10:01:49 +02:00
parent 5ec510269d
commit f96e9f3f80
15 changed files with 31 additions and 31 deletions

View File

@@ -0,0 +1,13 @@
# Module to Standalone
> Author: Thomas Laforge
### Run Application
```bash
npx nx serve angular-module-to-standalone
```
### Documentation and Instruction
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/angular/31-angular-module-to-standalone/).