Which property of the NavigationExtras object allows you to preserve query parameters across multiple navigation operations?
- preserveQueryParams
- queryParamsHandling
- queryParamsPersistence
- saveQueryParameters
The queryParamsHandling property of the NavigationExtras object is used to preserve query parameters across multiple navigation operations.
Loading...
Related Quiz
- In an Angular application, how would you use the async pipe to ensure that a component automatically unsubscribes from an Observable when the component is destroyed?
- You're working on an application that has several feature modules. To improve the user experience, you decide to preload some modules in the background while the user is interacting with the app. How can you implement this behavior?
- In Angular testing, the _____ function is used to simulate user interactions on elements.
- Which decorator is used to define a custom directive in Angular?
- When you want to preload data for a route, you can use the _____ property in the route configuration.