playground

This commit is contained in:
CHIEFSOFT\ameye
2023-09-27 13:14:46 -04:00
parent 88ef06476a
commit c2b36ead83
10 changed files with 719 additions and 1 deletions
+4
View File
@@ -226,6 +226,10 @@ const routes: Routes = [
path: 'suggestdetails',
loadChildren: () => import('./pages/suggestdetails/suggestdetails.module').then(m => m.SuggestdetailsPageModule)
},
{
path: 'playground',
loadChildren: () => import('./pages-family/playground/playground.module').then(m => m.PlaygroundPageModule)
},
];
@NgModule({