mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9c5fd50de4
This change extends the effect API surface so effects can, optionally, return a cleanup function. Such function, if returned, is executed prior to the subsequent effect run. PR Close #49625