angular/devtools/projects/shell-browser/src/app
Andrew Scott 34b2d34d5b refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427)
`RouterTestingModule` is not needed as of v16. Instead, TestBed
automatically provides `MockPlatformLocation` in order to help test
navigations in the application. The location mocks in the
RouterTestingModule aren't necessary anymore.

There doesn't appear to be any real documentation around
`RouterTestingModule` other than the API docs.

PR Close #49427
2023-04-04 15:12:33 -07:00
..
app.component.html feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
app.component.scss feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
app.component.spec.ts refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427) 2023-04-04 15:12:33 -07:00
app.component.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
app.module.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
backend.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
background.ts build: update all non-major dependencies (#49267) 2023-03-02 14:09:14 -08:00
BUILD.bazel build(devtools): migrate to manifest v3 (#47575) 2022-10-11 22:47:22 +00:00
chrome-application-environment.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
chrome-application-operations.ts feat(devtools): implement inspect functionality for directives (#47334) 2022-09-19 18:59:13 +02:00
chrome-message-bus.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
chrome-window-extensions.ts feat(devtools): implement inspect functionality for directives (#47334) 2022-09-19 18:59:13 +02:00
content-script.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
detect-angular-for-extension-icon.ts build(devtools): migrate to manifest v3 (#47575) 2022-10-11 22:47:22 +00:00
inject.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
ng-validate.ts fix(devtools): prevent devTools to load when not text/html document (#48021) 2022-11-17 09:35:40 -08:00
same-page-message-bus.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
zone-aware-chrome-message-bus.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00