mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
338e58c278
Use const instead of let. Some of the variables are never reassigned, so it is preferred to use const over let PR Close #30888