Home Route is always shown as active in Angular DevTools
- Dominant language
- TypeScript
- Stars
- 101k
- Forks
- 27.5k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 288
Description
### Is this a bug report or a feature request?
- [x] Bug Report
- [ ] Feature Request
### Please provide the steps to reproduce the issue [Bug Report only]
1. Checkout the repo: https://github.com/samvloeberghs/angular-devtools
2. Install dependencies `npm i`
3. Run the app `npm start`
4. Open the application on http://localhost:4200/posts/1
### Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
Expected behaviour: The box of the home route `/` is not marked as Active route, but as lazy loaded route
Actual behaviour: The box of the home route `/` is marked as active route.
### Please provide a screenshot if possible [Bug Report only]
Contributor guide
Assessment
This issue has not been assessed yet.