Skip to content

Commit 4f3d119

Browse files
committed
Merge branch 'main' of github.com:NativeScript/angular
2 parents b5abf25 + cb8f57b commit 4f3d119

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@nativescript/core": "next",
4242
"@nativescript/theme": "~3.0.0",
4343
"nativescript-ngx-fonticon": "~7.0.0",
44-
"reflect-metadata": "~0.1.12",
4544
"rxjs": "^6.6.0",
4645
"zone.js": "~0.11.4"
4746
},

packages/angular/src/lib/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export function runNativeScriptAngularApp<T, K>(options: AppRunOptions<T, K>) {
258258
}
259259
};
260260
} else {
261-
NativeScriptDebug.bootstrapLogError('App is bootstrapping asynchronously (likely APP_INITIALIZER) but did not provide a launchView or LoadingModule');
261+
console.warn('App is bootstrapping asynchronously (likely APP_INITIALIZER) but did not provide a launchView or LoadingModule.');
262262
}
263263
}
264264
});

0 commit comments

Comments
 (0)