Sep 9, 2018 · 1 min read
Nice article and good progress towards the diversification of tooling for Angular projects! One hint, keep in mind that the PROD build achieved by the use of mode --production is very restricted in optimization compared to proper Angular AOT (Ahead of Time) compilation which only works with Typescript compiler with additional Angular related plugins (Angular compiler flags in tsconfig.json).
Cheers!
