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 ea66985 commit 5e13263Copy full SHA for 5e13263
nativescript-angular/platform-common.ts
@@ -260,6 +260,8 @@ export class NativeScriptPlatformRef extends PlatformRef {
260
"nativescript-angular/platform-common.exitCallback", () => {
261
const lastModuleRef = lastBootstrappedModule ? lastBootstrappedModule.get() : null;
262
if (lastModuleRef) {
263
+ lastBootstrappedModule = null;
264
+
265
lastModuleRef.destroy();
266
}
267
0 commit comments