Angular 17 – routes extraOptions not working in a standalone + modules type mix application
Summary The issue is with the Angular 17 application, which is a mix of standalone and module-based components. The problem lies in the MandateEditComponent, where the onRefresh method is not scrolling to the required div with the specified fragment id after navigating to a new route. Root Cause The root cause of the issue is … Read more