add redirect message

This commit is contained in:
Peter Maquiran
2023-11-29 16:12:30 +01:00
parent 967d01e251
commit fe732a1997
16 changed files with 114 additions and 185 deletions
+4 -1
View File
@@ -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({