angular/packages/platform-browser/src/browser
Andrew Kushnir 07606e3181 feat(platform-browser): add isEmpty method to the TransferState class (#46915)
This commit adds the `isEmpty` method to the `TransferState` class to make it possible to check whether the state is empty or not. This is helpful in situations when the `TransferState` should be serialized and the content is transferred to the client (if the state is empty - certain operations can be omitted).

PR Close #46915
2022-07-22 09:17:47 +00:00
..
tools perf(common): remove unused methods from DomAdapter (#41102) 2021-03-10 11:48:24 -08:00
browser_adapter.ts refactor: replace deprecated HTMLDocument with Document (#45282) 2022-03-08 13:12:14 -08:00
generic_browser_adapter.ts perf(common): remove unused methods from DomAdapter (#41102) 2021-03-10 11:48:24 -08:00
meta.ts fix(platform-browser): in Meta.addTag() do not add duplicate meta tags (#42703) 2021-06-30 10:35:30 -07:00
server-transition.ts perf(platform-browser): avoid intermediate arrays in server transition (#43145) 2021-08-17 09:22:05 -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
transfer_state.ts feat(platform-browser): add isEmpty method to the TransferState class (#46915) 2022-07-22 09:17:47 +00:00
xhr.ts fix(platform-browser): configure XhrFactory to use BrowserXhr (#41313) 2021-03-29 15:14:16 -07:00