UNPKG

tns-template-master-detail-progress-ng

Version:

Master-detail interface to display tables from a Progress backend and inspect and edit selected records.

9 lines (5 loc) 359 B
// this import should be first in order to load some required settings (like globals and reflect-metadata) import { platformNativeScript } from "nativescript-angular/platform-static"; import { AppModuleNgFactory } from "./app.module.ngfactory"; import "./shared/progress.service"; platformNativeScript().bootstrapModuleFactory(AppModuleNgFactory);