playground
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user