shlomiassaf / ngc-webpack

Angular compiler-cli with webpack's loader chain.
MIT License
84 stars 15 forks source link

Lint only #46

Open TCMiranda opened 6 years ago

TCMiranda commented 6 years ago

Hey guys, Aot is slow and not suitable for development in watch mode for our app. While it get better, we had the idea to search if we could use the Aot compiler as a lint only, as it reports advanced issues including html references.

So, is it possible? Thanks