- add project
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m12s

This commit is contained in:
x2Skyz
2025-11-21 10:24:49 +07:00
parent 651a120e2b
commit 10aac6060b
13 changed files with 544 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import { MainDashboardContentComponent } from '../../content/main-dashboard-cont
import { MainReportComponent } from '../../component/main-report/main-report.component';
import { BudgetAproval } from '../../component/budget-aproval/budget-aproval';
import { MainLandingComponent } from '../../component/main-landing/main-landing.component';
import { MainProjectContent } from '../../content/main-project-content/main-project-content';
// import { MainReportComponent } from '../../component/main-report/main-report.component';
@@ -14,6 +15,8 @@ const routes: Routes = [
{ path: 'dashboard', component: MainDashboardContentComponent },
{ path: 'report', component: MainReportComponent },
{ path: 'manager', component: MainManagerContentComponent },
{ path: 'project', component: MainProjectContent },
{ path: 'project/:mode', component: MainProjectContent },
{
path: 'manager',
children: [