angular/packages/platform-browser/test
Matthieu Riegler b1f5181ffd refactor(core): remove ComponentFactoryResolver & ComponentFactory from the api surface""
Those APIs date back to pre-ivy times and are long deprecated.

BREAKING CHANGE: `ComponentFactoryResolver` and `ComponentFactory` are no longer available. Pass the component class directly to APIs that previously required a factory, such as `ViewContainerRef.createComponent` or use the standalone `createComponent` function.
2026-04-07 09:30:25 -07:00
..
browser feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
dom fix(platform-browser): remove unused styles when associated host is dropped 2026-04-06 11:48:14 -07:00
security refactor(platform-browser): switching to relative imports within the platform-browser package (#60559) 2025-03-27 18:31:52 +00:00
static_assets refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
hydration_spec.ts Revert "fix(http): correctly cache blob responses in transfer cache (#67002)" 2026-03-04 09:19:10 -08:00
testing_public_spec.ts refactor(core): remove ComponentFactoryResolver & ComponentFactory from the api surface"" 2026-04-07 09:30:25 -07:00