mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e7ed4ab125
Both the render and update instructions live in the same file and are only separated via a "render*" vs "refresh*" naming convention. This commit moves these functions to completely separate files. PR Close #50017