страница по умолчанию main

This commit is contained in:
Булат Хайруллин 2024-06-26 22:05:09 +03:00
parent c3c18d772a
commit effe95e0d1
3 changed files with 6 additions and 2 deletions

View file

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

View file

@ -14,7 +14,7 @@ import {TaskNotFoundComponent} from "./../app/component/task-not-found.component
const webbpmRoutes: Routes = [ const webbpmRoutes: Routes = [
{ {
path: '', path: '',
component: HomeComponent, loadChildren: 'generated-sources/page-main.module#PagemainModule',
canActivate: [AuthenticationGuard, ConfirmExitGuard], canActivate: [AuthenticationGuard, ConfirmExitGuard],
pathMatch: 'full', pathMatch: 'full',
}, },

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xmlPage> <xmlPage>
<id>c4fabfee-a26b-430e-94d6-931ab0e441fc</id> <id>main</id>
<versions> <versions>
<studioVersion>3.172.3</studioVersion> <studioVersion>3.172.3</studioVersion>
<packageVersions> <packageVersions>