What is bundle js in angular?



What is bundle js in angular?..

Answer / Kartavya Saxena

Bundle JS in Angular refers to the process of combining multiple JavaScript files (like Angular itself, along with other libraries and application code) into a single file. This improves the performance of the application by reducing the number of HTTP requests made when loading the application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What type of angular js date format?

1 Answers  


What are the ngmodule metadata properties?

1 Answers  


How many types of data bindings are there in angularjs?

1 Answers  


What is angular and why it is used?

1 Answers  


What are angular classes?

1 Answers  


Explain the differences between javascript and angularjs?

1 Answers  


What is angular expression? How do you differentiate between angular expressions and javascript expressions?

1 Answers  


Is angularjs a framework, library or a plugin?

1 Answers  


What is subscribe in angular?

1 Answers  


Why webpack is used in angular?

1 Answers  


What are selectors in angular?

1 Answers  


How do you reference the host of a component?

1 Answers  


Categories