Bird
0
0

If you see a large size for @angular/core in your bundle analysis, what does it mean?

medium📝 Predict Output Q5 of 15
Angular - Performance Optimization
If you see a large size for @angular/core in your bundle analysis, what does it mean?
AYour CSS files are too big
BYour app has many images
CYour app uses many Angular core features
DYour app is not using Angular
Step-by-Step Solution
Solution:
  1. Step 1: Understand what @angular/core represents

    @angular/core is the main Angular framework code used by your app.
  2. Step 2: Relate large size to usage

    A large size means your app imports many features from Angular core, increasing bundle size.
  3. Final Answer:

    Your app uses many Angular core features -> Option C
  4. Quick Check:

    @angular/core size = Angular features used [OK]
Quick Trick: Large @angular/core means many Angular features used [OK]
Common Mistakes:
  • Thinking images affect @angular/core size
  • Confusing CSS size with Angular core size
  • Assuming large size means Angular is unused

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Angular Quizzes