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
},
children: [
{ path: '', redirectTo: '/organization', pathMatch: 'full' },
{
path: 'organization',
loadChildren: () =>

View File

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