log out screen

This commit is contained in:
CHIEFSOFT\ameye
2023-10-14 07:39:20 -04:00
parent 4371ce39e5
commit f1ad1f3cbf
9 changed files with 175 additions and 24 deletions
+4
View File
@@ -230,6 +230,10 @@ const routes: Routes = [
path: 'playground',
loadChildren: () => import('./pages-family/playground/playground.module').then(m => m.PlaygroundPageModule)
},
{
path: 'logout',
loadChildren: () => import('./pages/logout/logout.module').then(m => m.LogoutPageModule)
},
];
@NgModule({