Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
// 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 { enableProdMode } from '@angular/core';
enableProdMode();
platformNativeScript().bootstrapModuleFactory(AppModuleNgFactory);
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers