parent
86eaca953e
commit
914b1ec5ed
@ -56,10 +56,10 @@ import { NotFoundComponent } from './pages/not-found/not-found.component';
|
|||||||
AppRoutingModule,
|
AppRoutingModule,
|
||||||
RouterModule.forRoot([
|
RouterModule.forRoot([
|
||||||
{
|
{
|
||||||
path: '',
|
path: '**',
|
||||||
component: MainComponent
|
component: MainComponent
|
||||||
},
|
},
|
||||||
{ path: '**', component: NotFoundComponent }
|
// { path: '**', component: NotFoundComponent }
|
||||||
]),
|
]),
|
||||||
InputMaskModule,
|
InputMaskModule,
|
||||||
ProgressSpinnerModule,
|
ProgressSpinnerModule,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user