DEV Community

Discussion on: When would you want to use Angular?

Collapse
 
arswaw profile image
Arswaw

One other thing.

Here is the output from the latest version of the CLI after running ng build --prod.

Even the polyfills file is more than your 30Kb target. How do I optimize this app to the target?

Collapse
 
steveblue profile image
Stephen Belovarich

You have to serve the app with gzip or brotli compression to see the most optimal result. The compiled code is highly gzippable.