What is tree shaking in angular?
Answer / Ranjeet Singh Chahar
Tree shaking in Angular is a technique used to eliminate unused code during the build process, resulting in smaller and more efficient bundle sizes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of @inject()?
how to set a custom header on the request?
Explain AngularJS scope life-cycle?
Is react backend or frontend?
What is npm start?
Explain the difference between angular 2 and 4?
What is the injector?
Can't bind to ngmodel since it isn't a known property of input angular?
What is bundle js in angular?
What are the differences between @component and @directive?
Is webpack necessary for angular?
What is the difference between Kris Kowal's Q and $q?