mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fb3aebaf6c
In this commit, we replace `isPlatformServer` runtime call with the `ngServerMode` in the `transferCacheInterceptorFn` in order to make the functionality tree-shakable between client and server bundles. PR Close #59439