<ng-container *ngIf="pageEvalution==''">
    <app-page-header [pathTitle]="pathTitle"></app-page-header>
    <div class="bg-card-white">
    </div>
    <div class="block-main-content">
        <div class="font-size-18px font-weight-700 pt-1.5rem text-primary px-2rem">
            ประเมินผล ประจำปี 2024
        </div>
        <div class="pt-0.75rem">
            <div class="border-b border-gray-200 dark:border-white/10 px-2rem">
                <nav class=" flex space-x-2 rtl:space-x-reverse">
                    <a class="border justify-center rounded-top-4px bg-primary text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-gray-600 active"
                        href="javascript:void(0);" id="card-type-item-1" data-hs-tab="#underline-1"
                        aria-controls="underline-1">
                        รอบการประเมินที่ 1/2
                    </a>
                    <a class="border justify-center rounded-top-4px bg-primary text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-gray-600 active"
                        href="javascript:void(0);" id="card-type-item-1" data-hs-tab="#underline-1"
                        aria-controls="underline-1">
                        รอบการประเมินที่ 2/2
                    </a>
                </nav>
            </div>
            <div class="pt-50px px-2rem">
                <div id="underline-1" role="tabpanel" aria-labelledby="underline-item-1">
                    <app-round-one [pathTitle]="pathTitle" (sendPathTitle)="pathTitle=$event"
                        (sendPageEvalution)="pageEvalution=$event"></app-round-one>
                </div>
                <div id="underline-2" role="tabpanel" aria-labelledby="underline-item-2">
                </div>
            </div>
        </div>
    </div>
</ng-container>

<ng-container *ngIf="pageEvalution=='idp'">
    <app-idp-evalution (sendPageEvalution)="pageEvalution=$event"></app-idp-evalution>
</ng-container>
<ng-container *ngIf="pageEvalution=='pms'">
    <app-pms-evalution (sendPageEvalution)="pageEvalution=$event"></app-pms-evalution>
</ng-container>
<ng-container *ngIf="pageEvalution=='c'">
    <app-c-evaluation (sendPageEvalution)="pageEvalution=$event"></app-c-evaluation>
</ng-container>