-
-
Save epaillous/1805e4697836c10a02e51cd1e168d97d to your computer and use it in GitHub Desktop.
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
import { platformBrowser } from '@angular/platform-browser'; | |
import { enableProdMode } from '@angular/core'; | |
import { AppModuleNgFactory } from '../aot/src/app/app.module.ngfactory'; | |
enableProdMode(); | |
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment