mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
14bbd88650
This commit splits the query implementation and instructions into a separate files. This is a pattern frequently used by other functional areas of the framework and is a preparation for introducing queries-as-signals where we are going to see more instructions delegating to the same core functionality. PR Close #53922