(ui/icons) Updated the route configuration

This commit is contained in:
Sercan Yemen 2022-05-12 23:28:07 +03:00
parent b96dd041d9
commit 6aaa355a48

View File

@ -17,18 +17,13 @@ export const routes: Route[] = [
pathMatch : 'full', pathMatch : 'full',
redirectTo: 'material-twotone' redirectTo: 'material-twotone'
}, },
{
path : '',
component: IconsComponent,
children : [
{ {
path : '**', path : '**',
component: IconsComponent,
resolve : { resolve : {
icons: IconsResolver icons: IconsResolver
} }
} }
]
}
]; ];
@NgModule({ @NgModule({