This commit is contained in:
Eugene Pankov
2017-04-12 12:12:57 +02:00
parent c3edd1cd72
commit 137c100bbf
14 changed files with 164 additions and 104 deletions

View File

@@ -8,7 +8,7 @@ import 'jquery'
// Always land on the start view
location.hash = ''
import { RootModule } from 'app.module'
import { RootModule } from './app.module'
import { enableProdMode } from '@angular/core'
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'