79270414

Date: 2024-12-11 03:41:01
Score: 1.5
Natty:
Report link

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;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: johnleo natural