angular/dev-app/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.config.server.ts build: add a dev-app 2025-11-06 09:05:32 -08:00
app.config.ts build: add a dev-app 2025-11-06 09:05:32 -08:00
app.css build: add a dev-app 2025-11-06 09:05:32 -08:00
app.html build: add a dev-app 2025-11-06 09:05:32 -08:00
app.routes.server.ts build: add a dev-app 2025-11-06 09:05:32 -08:00
app.routes.ts build: add a dev-app 2025-11-06 09:05:32 -08:00
app.spec.ts refactor(core): Don't throw when there are not async metadata 2026-04-27 17:04:09 -07:00
app.ts build: add a dev-app 2025-11-06 09:05:32 -08:00