We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
My route is defined like this:
{ path: ':catId/:id(new|\\d+)', name: 'EntityCreate', component: EntityManualCU, meta: { breadcrumb: 'Send Entity', }, },
In breadcrumb route path generated as http://localhost:8080/entities/2/new(new%7C/d+)
http://localhost:8080/entities/2/new(new%7C/d+)