feat(challenge37): ngfor optimize big list

This commit is contained in:
thomas
2023-10-07 20:58:25 +02:00
parent 6c2da1bcde
commit cdf6df005a
24 changed files with 418 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
# NgFor optimize big list
> Author: Thomas Laforge
### Run Application
```bash
npx nx serve performance-ngfor-biglist
```
### Documentation and Instruction
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/angular-performance/37-ngfor-biglist/).