Which command or flag should you use with Angular CLI if you want to analyze the size of your bundles?

  • "ng analyze"
  • "ng build --stats-json"
  • "ng bundle-analysis"
  • "ng size-check"
To analyze the size of your bundles in an Angular application, you should use the "ng analyze" command. This command provides detailed information about the size of your application's bundles, including dependencies and modules.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *