mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
88a0af64fd
Reworks the pure functions to use arrow functions with an implicit return instead of function expressions. This allows us to shave off some bytes for each pure function, because we can avoid some of the syntax. PR Close #51668