Skip to content

Instantly share code, notes, and snippets.

@ericjeker
Created March 13, 2020 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericjeker/e51f5d77b508e6aa026f41196ad91e0c to your computer and use it in GitHub Desktop.
Save ericjeker/e51f5d77b508e6aa026f41196ad91e0c to your computer and use it in GitHub Desktop.
Memory leak with content projection and sub-component in Angular
<app-my-content>
<app-my-other-component>This will cause a memory leak!</app-my-other-component>
</app-my-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment