mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add default 404 page
This commit is contained in:
@@ -414,7 +414,10 @@ const routes: Routes = [
|
||||
|
||||
},
|
||||
|
||||
{ path: '**', redirectTo: '/', pathMatch: 'full' },
|
||||
{
|
||||
path: '**',
|
||||
loadChildren: ()=> import('../pages/not-found/not-found.module').then(m => m.NotFoundPageModule),
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user