add sites and supported page size configuration

This commit is contained in:
Eugenio Romano
2019-03-25 15:58:03 +00:00
parent d215eac204
commit 967091defd
10 changed files with 141 additions and 1 deletions

View File

@@ -119,6 +119,16 @@ export const appRoutes: Routes = [
}
]
},
{
path: 'sites',
component: AppLayoutComponent,
children: [
{
path: '',
loadChildren: 'app/components/sites/sites.module#SitesModule'
}
]
},
{
path: 'header-data',
component: AppLayoutComponent,