UNPKG

@nativescript/template-tab-navigation-ng

Version:
8 lines (5 loc) 248 B
import { platformNativeScript, runNativeScriptAngularApp } from '@nativescript/angular'; import { AppModule } from './app/app.module'; runNativeScriptAngularApp({ appModuleBootstrap: () => platformNativeScript().bootstrapModule(AppModule), });