Skip to content

Commit a254205

Browse files
committed
feat: Added URL 404
1 parent 416b903 commit a254205

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/app.routing.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ export const routes: Routes = [
8383
loadChildren: './views/widgets/widgets.module#WidgetsModule'
8484
}
8585
]
86-
}
86+
},
87+
{ path: '**', component: P404Component }
8788
];
8889

8990
@NgModule({

0 commit comments

Comments
 (0)