We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NativeScript
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 616c4c2 commit 3bf1b8aCopy full SHA for 3bf1b8a
nativescript-angular/renderer.ts
@@ -79,7 +79,7 @@ export class NativeScriptRendererFactory implements RendererFactory2 {
79
traceLog(`NativeScriptRendererFactory.ngOnDestroy()`);
80
}
81
82
- if (this.rootNgView && this.rootNgView.firstChild) {
+ while (this.rootNgView && this.rootNgView.firstChild) {
83
this.viewUtil.removeChild(this.rootNgView, this.rootNgView.firstChild);
84
85
0 commit comments