http://localhost:4200/detail/filing/? do you encounter this issue they add question mark after slash in angular 18|
this is my routing
export default [ { path: 'filing', redirectTo: "filing/",
pathMatch: 'full',
},
{
path: 'filing/:id',
component: FilingComponent,
},
] as Routes;