We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is a memory leak inside the CRUD component. Because memory leaks aren't really our thing, we would prefer not to have one.
You can watch Kwinten's talk Keep your memor(ies|y) safe! from NgTalks 2018 to learn how to track memory leaks and how to solve them.
Leave a comment if you would like to take this issue.
The text was updated successfully, but these errors were encountered:
I created a PR here:
#351
After profiling don't see memory rising when switching between crud tab and theming tab
Sorry, something went wrong.
5f3c687
No branches or pull requests
Currently there is a memory leak inside the CRUD component.
Because memory leaks aren't really our thing, we would prefer not to have one.
You can watch Kwinten's talk Keep your memor(ies|y) safe! from NgTalks 2018 to learn how to track memory leaks and how to solve them.
Leave a comment if you would like to take this issue.
The text was updated successfully, but these errors were encountered: