mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cfd9ca0d6f
TransferState provides a shared store that is transferred from the server to client. To use it import BrowserTransferStateModule from the client app module and ServerTransferStateModule from the server app module and TransferState will be available as an Injectable object. PR Close #19134