mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#17 Added Home route used by Alfresco login component
This commit is contained in:
@@ -15,6 +15,7 @@ declare var document: any;
|
|||||||
directives: [ROUTER_DIRECTIVES, AuthRouterOutlet, MDL]
|
directives: [ROUTER_DIRECTIVES, AuthRouterOutlet, MDL]
|
||||||
})
|
})
|
||||||
@RouteConfig([
|
@RouteConfig([
|
||||||
|
{path: '/home', name: 'Home', component: FilesComponent},
|
||||||
{path: '/', name: 'Files', component: FilesComponent, useAsDefault: true},
|
{path: '/', name: 'Files', component: FilesComponent, useAsDefault: true},
|
||||||
{path: '/login', name: 'Login', component: Login}
|
{path: '/login', name: 'Login', component: Login}
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user