angular-devtools
angular-devtools copied to clipboard
Service from Component Providers is not destroyed
Angular DevTools version (required): 1.0.0 Angular version (required): 9.1.12
Description of issue:
When AngularDevtools is enabled and I put service in component providers property, it won't destroy service, after component is removed from DOM (when devtool is turned off, it will)
Steps to reproduce: With DevTool enabled, Puzzle service will never be destroyed even though it should be and it also is without angular devtools (this cause some errors, because I have subscriptions to NgRx store)
@rostislavcz thanks for the report! Could you share a minimal reproduction on StackBlitz where we can reproduce the error?