Hi all,
Today I cloned the Angular quickstart from github and tried it with JIT compiling with positive result, then followed the steps of the
angular.io cookbook for Ahead-of-Time compiling
https://angular.io/docs/ts/latest/cookbook/aot-compiler.htmlThe application compiles without error with ngc as requested from the documentation. The aot/ subdirectory seems correctly populated by the ngfactory files and node_modules.
When served, the app stops after sending a GET request to the path /traceur with a 404 response.
I'm stuck. Any suggestion?
Regards.
Marco
