UNPKG

@nativescript/template-hello-world-ng-vision

Version:
10 lines (6 loc) 267 B
import { platformNativeScript, runNativeScriptAngularApp } from '@nativescript/angular'; import { AppModule } from './app/app.module'; runNativeScriptAngularApp({ embedded: true, appModuleBootstrap: () => platformNativeScript().bootstrapModule(AppModule), });