mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
07606e3181
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