mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d6bfebe2c8
Reworks the `setClassMetadata` calls to generate arrow functions instead of full anonymous function declarations. While this won't have an effect on production bundle sizes, it's easier to read and it should lead to small parsing time gains in dev mode. PR Close #51637