Created
March 12, 2017 12:03
-
-
Save brakmic/06d06c4204f0866ae2b2893a0750d9cf to your computer and use it in GitHub Desktop.
webvr - project - main script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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