по умолчанию первоначалка открываться будет

This commit is contained in:
Булат Хайруллин 2025-03-27 12:32:42 +03:00
parent 2114a86321
commit 7073e3702f

View file

@ -13,7 +13,7 @@ const webbpmRoutes: Routes = [
},
{
path: '',
loadChildren: 'generated-sources/page-conversion.module#PageconversionModule',
loadChildren: 'generated-sources/page-initial_registration.module#Pageinitial_registrationModule',
canActivate: [ConfirmExitGuard, RolesGuard],
pathMatch: 'full',
},