0
0
llucycodes42
The code uses the ** template string to represent the path parameter. The PathNotFoundComponent is used to display an error message if the requested path is not found.
Library: angular
Shortcut: a_route_path_404
{ path: '**', component: PathNotFoundComponent },