mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1e7f22f00a
This commit updates the `ApplicationRef` logic to trigger the destroy operation when an underlying platform is destroyed. This is needed to make sure all teardown processing is completed correctly to avoid memory leaks. Closes #46473. PR Close #46497