Zach Arend
78bf697311
refactor(platform-browser): cast response of JSON.parse ( #41020 )
...
Casts the response of JSON.parse to `{}`, so that is not an `any` type.
This is because google3 does not allow the use of `any` type.
PR Close #41020
2021-03-01 15:48:24 -08:00
Daniel Eisterhold
5848439a48
docs(platform-browser): fix spelling of deserialized ( #36102 )
...
PR Close #36102
2020-12-08 12:01:04 -08:00
Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
Joey Perrott
698b0288be
build: reformat repo to new clang@1.4.0 ( #36613 )
...
PR Close #36613
2020-04-14 12:08:36 -07:00
Adam Plumer
7b70760c8d
refactor: move DOCUMENT imports from platform-browser to common ( #29237 )
...
PR Close #29237
2019-03-14 16:01:57 -04:00
Pete Bacon Darwin
24521f549c
docs: convert all @experimental tags to @publicApi tags ( #26595 )
...
PR Close #26595
2018-10-19 14:35:52 -07:00
adasilva
6435ecd3c6
fix(platform-browser): support 0/false/null values in transfer_state ( #22179 )
...
Issue #22178
PR Close #22179
2018-02-13 11:28:22 -08:00
Vikram Subramanian
cfd9ca0d6f
feat(platform-server): add an API to transfer state from server ( #19134 )
...
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
2017-09-21 13:56:13 -07:00