We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21454f commit a4ee021Copy full SHA for a4ee021
nativescript-angular/platform-common.ts
@@ -257,7 +257,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
257
}
258
);
259
const exitCallback = profile(
260
- "nativescript-angular/platform-common.exitCallback",() => {
+ "nativescript-angular/platform-common.exitCallback", () => {
261
const lastModuleRef = lastBootstrappedModule ? lastBootstrappedModule.get() : null;
262
if (lastModuleRef) {
263
lastModuleRef.destroy();
0 commit comments