Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created March 12, 2017 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brakmic/06d06c4204f0866ae2b2893a0750d9cf to your computer and use it in GitHub Desktop.
Save brakmic/06d06c4204f0866ae2b2893a0750d9cf to your computer and use it in GitHub Desktop.
webvr - project - main script
export function main(): Promise<any> {
return platformBrowserDynamic()
.bootstrapModule(AppModule)
.then(decorateModuleRef)
.catch((err) => console.error(err));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment