1
I have the following code snippet that redirects to a 404 page if the path is not set within the application.
{ path: '**', redirectTo: 'paginas/pagina404' }
But I would like to show on page 404 the path you tried to access, is there any way to do that? Thanks in advance!