0
3
JRJose Romero
This code indicates that the following file is not a file that is included in the application:
path: '**', component: PathNotFoundComponent
The ** in the path indicates that the file can be anywhere in the application's filesystem.
Library: angular
Shortcut: angular.routes.path.404
{ path: '**', component: PathNotFoundComponent },