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 135f8ac commit c54bb91Copy full SHA for c54bb91
apps/demo-angular/src/main.ts
@@ -1,6 +1,9 @@
1
import { runNativeScriptAngularApp, platformNativeScript } from '@nativescript/angular';
2
import { AppModule } from './app.module';
3
4
+// import { init } from '@nativescript/flutter';
5
+// init();
6
+
7
runNativeScriptAngularApp({
8
appModuleBootstrap: () => platformNativeScript().bootstrapModule(AppModule),
-});
9
+});
0 commit comments