angular/packages/platform-browser
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
..
animations feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
src feat(core): Update Testability to use PendingTasks for stability indicator 2026-04-20 13:08:43 -07:00
test refactor(core): Don't throw when there are not async metadata 2026-04-27 17:04:09 -07:00
testing build: format md files 2025-11-06 10:03:05 -08:00
BUILD.bazel refactor(platform-browser): remove Hammer integration 2026-03-19 16:13:20 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json build: update minimum supported Node.js versions 2026-02-25 07:57:18 -08:00
PACKAGE.md build: format md files 2025-11-06 10:03:05 -08:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00