Cleanup main.ts.

This commit is contained in:
Alexis Lahouze 2018-06-05 08:09:49 +02:00
parent 1f4b2aa2f5
commit c71c015616
1 changed files with 0 additions and 5 deletions

View File

@ -1,12 +1,7 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { enableProdMode } from '@angular/core';
import { AppModule } from './app.module';
if (process.env.ENV === 'production') {
enableProdMode();
}
platformBrowserDynamic().bootstrapModule(AppModule);