mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
14 lines
244 B
Markdown
14 lines
244 B
Markdown
# Router
|
|
|
|
> author: thomas-laforge
|
|
|
|
### Run Application
|
|
|
|
```bash
|
|
npx nx serve testing-router-outlet
|
|
```
|
|
|
|
### Documentation and Instruction
|
|
|
|
Challenge documentation is [here](https://angular-challenges.vercel.app/challenges/testing/17-router/).
|