Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

When toggling the date range picker, the component using ngIf causes a memory leak. This issue occurs when we open the calendar popup and then hide the date range picker. After selecting dates and toggling visibility multiple times the number of instances increases.



Replication Procedure:

  1. Run the sample
  2. Inspect the page
  3. open the popup
  4. And click Toggle button
  5. now see the detached elements in inspect page
  6. click delete and refresh detached elements
  7. You can see the issue

Expected : Memory leak issue should not occur

Actual: When toggling the date range picker, the component using ngIf causes a memory leak