Fixed AoT Build

This commit is contained in:
Art Lowel
2018-01-23 15:16:22 +01:00
parent 107a0736c6
commit 962d87173e
8 changed files with 181 additions and 155 deletions

4
src/main.server.aot.ts Normal file
View File

@@ -0,0 +1,4 @@
import { startServer } from './server';
import { ServerAppModuleNgFactory } from './modules/app/server-app.module.ngfactory';
startServer(ServerAppModuleNgFactory);