so far the smallest bundle I can create with angular cli is by running
ng build --aot true -prod
I was wondering if the build p
Don't know if this count as an answer because it's not really related to angular-cli, but I open my project in sublime text, and I launch UnusedCssFinder, which highlight all the unused properties in my css file.