Khoa Nguyen
Jul 28, 2017 · 1 min read

Im running Aot with the command line below:
“node_modules\\.bin\\ngc -p tsconfig-aot.config.json

I did some test by calling undeclared method e.g <div (click)=’hellowWorld()’></div> and run the command above but it doesn’t complain about the error. When I run it again using ngtools/webpack , it does give me the error about using undeclared method. What would be the reason for this?