mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fe50a7ea94
This change is based on the presumption that a signal graph can be significantly large memory-wise sometimes. This is the reason why we don't send the full graph to the FE but rather serialize its values and then lazy load them when they are needed, that is, during value inspection.