Sumit Arora
Sumit Arora
Did initial POC of stackblitz implementation implemented on two operators http://localhost:4200/#/operators/concat and http://localhost:4200/#/operators/combineAll   @ashwin-sureshkumar @ladyleet @btroncone 😄
Closes: https://github.com/ReactiveX/rxjs-docs/issues/119
# 🚀 Feature request Angular CLI should show `install devtools` suggestion pop-up when running `ng serve` ### Command (mark with an `x`) - [ ] new - [ ] build...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
Follow-up PR for https://github.com/angular/angular/pull/58086 & https://github.com/angular/angular/pull/58199. Adds below features to Angular DevTools to display router graph: - Add a new router example in the Angular DevTools demo application. - Implement...
Angular DevTools uses globally available functions to provide debugging information to the framework. This commit exports `getLoadedRoutes` function using the `ɵpublishExternalGlobalUtil` function added in PR: https://github.com/angular/angular/commit/f5cd8f7ab498f35dc2ec3c6662d4443135989720. Follow-up PRs that will:...
On clicking a route in the router tree, the route details panel is displayed. - The panel shows the details of the selected route, including the path, component, providers, guards...