mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0110de2662
Data members in TypeScriptServiceHost of Map type should be eagerly initialized to address issue/24571. This eliminates the need to constantly check for truthiness and makes code much more readable. More PRs to follow to address issue/24571. PR Close #31577