InterviewSolution
Saved Bookmarks
| 1. |
What is bundling in Angular 2? |
|
Answer» In Angular 2, Bundling is KNOWN as the process of joining/combining multiple files into ONE single FILE. Third Party-libraries and other dependencies are generally bundled into a module for INCREASING productivity of code. |
|