angular/goldens/public-api
Alan Agius 06452af31f fix(platform-server): remove dependency on @angular/platform-browser-dynamic (#50064)
Using `@angular/platform-browser-dynamic` is no longer required for JIT scenarios with Ivy. Instead `@angular/compiler` should be imported instead.

This change is part of the effort to reduce the server bundles sizes, which is needed to support cloud workers.

BREAKING CHANGE:
Users that are using SSR with JIT mode will now need to add  `import to @angular/compiler` before bootstrapping the application.

**NOTE:** this does not effect users using the Angular CLI.

PR Close #50064
2023-05-01 07:50:03 -07:00
..
animations refactor(animations): remove #9100 todos. (#49407) 2023-04-05 19:33:52 -07:00
common refactor(common): Deprecate useless isPlatform functions (#50055) 2023-05-01 07:39:40 -07:00
compiler-cli refactor(compiler-cli): Add experimental local compilation mode. (#49846) 2023-04-23 18:19:35 -07:00
core refactor(core): finalize rxjs-interop options & docs (#50071) 2023-04-28 16:08:47 -07:00
elements test: update api goldens to reflect api-golden bazel rule change (#45461) 2022-03-29 09:26:00 -07:00
forms refactor(compiler-cli): Add signals to internal directive metadata (#49981) 2023-04-25 15:39:18 -07:00
localize refactor: update packages/localize to be strict ESM (#48521) 2022-12-19 19:50:43 +00:00
platform-browser fix(platform-browser): export deprecated TransferState as type (#50015) 2023-04-26 09:21:07 -07:00
platform-browser-dynamic test: update api goldens to reflect api-golden bazel rule change (#45461) 2022-03-29 09:26:00 -07:00
platform-server fix(platform-server): remove dependency on @angular/platform-browser-dynamic (#50064) 2023-05-01 07:50:03 -07:00
router refactor(compiler-cli): Add signals to internal directive metadata (#49981) 2023-04-25 15:39:18 -07:00
service-worker feat(service-worker): add function to provide service worker (#48247) 2023-03-09 18:13:50 +00:00
upgrade refactor(compiler-cli): Add signals to internal directive metadata (#49981) 2023-04-25 15:39:18 -07:00
manage.js refactor(dev-infra): remove dependency on minimist (#43644) 2021-10-04 17:31:03 -07:00