We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce96bb0 commit 7515e36Copy full SHA for 7515e36
modules/component/src/let/let.directive.ts
@@ -176,6 +176,5 @@ export class LetDirective<U> implements OnDestroy {
176
177
ngOnDestroy() {
178
this.subscription.unsubscribe();
179
- this.viewContainerRef.clear();
180
}
181
0 commit comments