UNPKG

@nativescript/template-drawer-navigation-ng

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