fileupload.page
This commit is contained in:
parent
fe432ab386
commit
f14344869d
2 changed files with 34 additions and 0 deletions
|
|
@ -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',
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue