mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
(ui/icons) Updated the route configuration
This commit is contained in:
parent
b96dd041d9
commit
6aaa355a48
|
@ -18,16 +18,11 @@ export const routes: Route[] = [
|
|||
redirectTo: 'material-twotone'
|
||||
},
|
||||
{
|
||||
path : '',
|
||||
path : '**',
|
||||
component: IconsComponent,
|
||||
children : [
|
||||
{
|
||||
path : '**',
|
||||
resolve: {
|
||||
icons: IconsResolver
|
||||
}
|
||||
}
|
||||
]
|
||||
resolve : {
|
||||
icons: IconsResolver
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user