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) • 331 B
text/typescript
// this import should be first in order to load some required settings (like globals and reflect-metadata)
import { platformNativeScriptDynamic } from "nativescript-angular/platform";
import { AppModule } from "./app.module";
import "./shared/progress.service";
platformNativeScriptDynamic().bootstrapModule(AppModule);