vyakymenko / angular-seed-express

[DEPRECATED, Please use https://github.com/vyakymenko/angular-express] Extensible, reliable and modular starter project for Angular 7 with statically typed build AoT compilation, Express server and PM2 Daemon.

Home Page:https://github.com/vyakymenko/angular-seed-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i build prod AOT?

Collaborator3 opened this issue · comments

When I build.prod.aot, I got this error. How can i build prod AOT? Help me.

[14:22:49] Starting 'compile.ahead.prod'...
Error: Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 285:19 in the original .ts file), resolving symbol AppModule in D:/test_repo/c-next/dist/tmp/app/app.module.ts
at positionalError (D:\test_repo\demo\node_modules@angular\compiler@angular\compiler.es5.js:25236:2)
Compilation failed

node: v6.9.4
npm: 4.2.0

Thanks

Hi @AbhijeetGiram , I can't reproduce this issue on a clean clone of angular-seed-express.