Using lazy loading, Angular loads additional JavaScript files when the user _______.
- Clears browser cache
- Closes a browser tab
- Logs in to the system
- Navigates
Using lazy loading, Angular loads additional JavaScript files when the user navigates to a route that is set up for lazy loading.
Loading...
Related Quiz
- To transform the items emitted by an Observable and emit the transformation as an Observable, you can use the _____ operator.
- How can you share a single Observable execution between multiple subscribers?
- Which Angular lifecycle hook is invoked when the value of an input property changes?
- To restrict access to child routes based on user roles, you can implement a custom _____ Guard.
- How can you preload data for a route before navigating to it?