Included in the main screen are Selection Filters, which consist of 3 levels: Country, Cities, and Recreations. These filters need to be consistent across all routes, with "select all" at all levels upon initial load. However, a new route has been introduced that requires the first country to always be selected, along with its corresponding cities and recreations. This change should not impact selections made on other routes. The challenge is to implement this without altering the HTML code significantly, primarily through TypeScript modifications. The data remains the same; only the selection criteria differ based on the route. While using the same HTML for display purposes, guidance is needed on achieving this outcome efficiently. Is it feasible to leverage a method within the Selection Filter component for handling the new route's click events, given that it employs a distinct component?