tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.83k stars 917 forks source link

Fix memory leak in crud component #351

Closed simply10w closed 6 years ago

simply10w commented 6 years ago

What:

Emit on destroy to close all open subscriptions in crud component.

Issue number: N/A

timdeschryver commented 6 years ago

Great, thanks @simply10w !