Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / src / main.ts @ 2c8d373c

Historique | Voir | Annoter | Télécharger (336 octets)

1 f3d5fa3b Eric Seigne
// this import should be first in order to load some required settings (like globals and reflect-metadata)
2
import { platformNativeScriptDynamic } from "nativescript-angular/platform";
3
4
import { AppModule } from "./app/app.module";
5
6 c4a82e18 Eric Seigne
require( "nativescript-platform-css-free" );
7 b4baaf9b Eric Seigne
8 f3d5fa3b Eric Seigne
platformNativeScriptDynamic().bootstrapModule(AppModule);
Redmine Appliance - Powered by TurnKey Linux