wishtack / wishtack-steroids

Frontend on Steroids: Reactive Component Loader, RxJS Scavenger...
https://wishtack.io
MIT License
96 stars 16 forks source link

fix: `Scavenger.unsubscribe()` was not called if `ngOnDestroy()` is n… #147

Closed yjaaidi closed 6 years ago

yjaaidi commented 6 years ago

…ot implemented due to Angular not calling dynamically added ngOnDestroy() method. Fixes #146.

BREAKING CHANGE: The component given to Scavenger's constructor must have an ngOnDestroy method.