Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(table): not clearing some internal references on destroy
`CdkTable` keeps track of various definitions internally in order to render itself, however some of them weren't being cleared on destroy which could lead to memory leaks. These changes add some extra logic to clear the tracked references.
- Loading branch information