bug fixed

This commit is contained in:
richard-loafle 2020-04-17 10:50:16 +09:00
parent 1ff59c5f54
commit 63e40bb966
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ const routes: Routes = [
authentication: AppSessionResolver authentication: AppSessionResolver
}, },
children: [ children: [
{ path: '', redirectTo: '/organization', pathMatch: 'full' },
{ {
path: 'organization', path: 'organization',
loadChildren: () => loadChildren: () =>

View File

@ -1,3 +1,3 @@
<div fxFlexFill> <div fxFlexFill>
sidenav page of ogranization is works!!!! sidenav page of ogranization is works!
</div> </div>