mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45: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'
|
redirectTo: 'material-twotone'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path : '',
|
path : '**',
|
||||||
component: IconsComponent,
|
component: IconsComponent,
|
||||||
children : [
|
resolve : {
|
||||||
{
|
icons: IconsResolver
|
||||||
path : '**',
|
}
|
||||||
resolve: {
|
|
||||||
icons: IconsResolver
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user