angular/packages/platform-browser/src/browser
Matthieu Riegler 9bd9a11f4e refactor(platform-browser): remove deprecated BrowserTransferStateModule symbol (#49718)
The `TransferState` class was updated in v14 in a way that the `BrowserTransferStateModule` was no longer required. The `BrowserTransferStateModule` was deprecated in v14.1 and it's currently empty. This commit removes the `BrowserTransferStateModule`.

BREAKING CHANGE: The deprecated `BrowserTransferStateModule` was removed, since it's no longer needed. The `TransferState` class can be injected without providing the module. The `BrowserTransferStateModule` was empty starting from v14 and you can just remove the reference to that module from your applications.

PR Close #49718
2023-04-05 13:00:25 -07:00
..
tools perf(common): remove unused methods from DomAdapter (#41102) 2021-03-10 11:48:24 -08:00
browser_adapter.ts refactor(common): add missing override to satisfy the linter (#49599) 2023-03-28 10:12:36 -07:00
generic_browser_adapter.ts refactor(common): add missing override to satisfy the linter (#49599) 2023-03-28 10:12:36 -07:00
meta.ts fix(platform-browser): in Meta.addTag() do not add duplicate meta tags (#42703) 2021-06-30 10:35:30 -07:00
testability.ts refactor(core): make Testability compatible with tree-shaking (#45657) 2022-05-05 11:50:23 -07:00
title.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
xhr.ts fix(platform-browser): configure XhrFactory to use BrowserXhr (#41313) 2021-03-29 15:14:16 -07:00