In the context of debugging, what does the term "source maps" refer to in Angular applications?
- Maps of Angular components
- Maps of geographical areas
- Maps of runtime errors and bugs
- Maps of source code
In debugging, "source maps" are mappings of the original source code to the transpiled code, allowing developers to trace errors and debug in the original source.
Loading...
Related Quiz
- In a Protractor test, how can you interact with a button element on a webpage?
- Which Route Guard method should be implemented to decide whether navigation to a route should be allowed?
- What is the purpose of the RouterModule in Angular?
- You are tasked with improving the performance of an Angular application. One strategy is to split the application into smaller, feature-specific modules. How would you implement lazy loading for these modules?
- What is the purpose of using AbstractControl in reactive forms?