Created
March 13, 2020 06:35
-
-
Save ericjeker/e51f5d77b508e6aa026f41196ad91e0c to your computer and use it in GitHub Desktop.
Memory leak with content projection and sub-component in Angular
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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