mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
554b81e90c
Due to `resource()` not retaining its value while there is a request in progress, the results list flickers. The new `searchResults` signal retains that previous value until the request is completed. PR Close #61935