app-routing.module.ts

This commit is contained in:
Булат Хайруллин 2024-06-20 18:09:58 +03:00
parent 4d797480b8
commit b65758dcf4

View file

@ -60,6 +60,10 @@ const appRoutes: Routes = [
component: TaskListComponent,
}
]
},
{
path: 'mydata',
loadChildren: 'generated-sources/page-mydata.module#PagemydataModule',
}
];