fileupload.page

This commit is contained in:
Булат Хайруллин 2024-12-04 16:42:02 +03:00
parent fe432ab386
commit f14344869d
2 changed files with 34 additions and 0 deletions

View file

@ -51,6 +51,10 @@ const appRoutes: Routes = [
{
path: 'total_registered_second',
loadChildren: 'generated-sources/page-total_registered_second.module#Pagetotal_registered_secondModule',
},
{
path: 'fileupload',
loadChildren: 'generated-sources/page-fileupload.module#PagefileuploadModule',
}
];