angular/devtools/projects/shell-browser/src/app
Matthieu Riegler 4ad3a1fe37 refactor(core): Don't throw when there are not async metadata
In the context of AOT tests, component with defer blocks no longer throw on instanciation if the component is not overridden (with `overrideComponent`)

Prior to this change, all components with a `@defer` block would throw if `compileComponents` was not invoked.

In none-JIT apps, this change makes `compileComponents()` uneccesary.
2026-04-27 17:04:09 -07:00
..
app.component.html refactor(devtools): clean up unused code and modernize component patterns 2025-11-17 08:40:15 -08:00
app.component.scss feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
app.component.spec.ts refactor(core): Don't throw when there are not async metadata 2026-04-27 17:04:09 -07:00
app.component.ts build: migrate adev devtools package to use ts_project (#61210) 2025-05-08 09:38:30 -07:00
app.config.ts refactor(devtools): use whenStable instead of detectChanges 2026-01-05 12:24:58 -05:00
backend.ts refactor(devtools): prevent spamming the message bus 2026-03-09 10:45:58 -07:00
background.ts refactor(devtools): clean up unused code and modernize component patterns 2025-11-17 08:40:15 -08:00
BUILD.bazel build: force external sourcemaps for esbuild targets 2026-03-06 12:13:18 -08:00
chrome-application-environment.ts build: migrate adev devtools package to use ts_project (#61210) 2025-05-08 09:38:30 -07:00
chrome-application-operations.ts refactor(devtools): implement settings store (#62429) 2025-08-06 15:12:00 +02:00
chrome-message-bus.ts fix(devtools): fix incorrect logic in destroy function for ChromeMessageBus 2026-03-23 14:51:27 -07:00
chrome-window-extensions.ts refactor(devtools): make the DevToolsNode directives property optional 2026-04-23 11:36:00 -07:00
comm-utils.spec.ts fix(devtools): scope the message bus with URLs to prevent cross message interference 2026-02-11 14:38:33 -08:00
comm-utils.ts fix(devtools): scope the message bus with URLs to prevent cross message interference 2026-02-11 14:38:33 -08:00
content-script.ts refactor(devtools): prevent spamming the message bus 2026-03-09 10:45:58 -07:00
detect-angular.ts refactor(devtools): prevent spamming the message bus 2026-03-09 10:45:58 -07:00
ng-validate.ts refactor(devtools): rename detect angular script name 2026-01-02 08:20:19 +01:00
same-page-message-bus.ts refactor(devtools): prevent spamming the message bus 2026-03-09 10:45:58 -07:00
tab_manager.ts build: migrate adev devtools package to use ts_project (#61210) 2025-05-08 09:38:30 -07:00
tab_manager_spec.ts refactor(devtools): improve test descriptions by fixing spelling 2026-03-23 10:32:39 -07:00