Страница Коневертации, добавил таблицы в графы сущности
This commit is contained in:
parent
84f539cad6
commit
2da61814fa
40 changed files with 6274 additions and 1302 deletions
|
|
@ -9,6 +9,11 @@ const appRoutes: Routes = [
|
|||
loadChildren: 'generated-sources/page-milregistration.module#PagemilregistrationModule',
|
||||
canActivate: [ConfirmExitGuard, RolesGuard],
|
||||
},
|
||||
{
|
||||
path: 'conversion',
|
||||
loadChildren: 'generated-sources/page-conversion.module#PageconversionModule',
|
||||
canActivate: [ConfirmExitGuard],
|
||||
},
|
||||
{
|
||||
path: 'appeals',
|
||||
loadChildren: 'generated-sources/page-appeals.module#PageappealsModule',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue