mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0c2255bde8
The logic to track if the transfer state has been serialized is simplified by removing the need for `APP_ID`. Instead of maintaining a `Set` of application IDs, a simple boolean flag is used. PR Close #63525