mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| app.server.ts | ||
| app.ts | ||
| client.ts | ||
| index.html | ||
| transfer-state.component.ts | ||