'How to use *ngFor twice in single html

Here is my html

I want to use pagination in this case. Is it even possible ?



Solution 1:[1]

u can use this construction:

<ng-container *ngFor="">
    <ng-container *ngFor="">
    </ng-container>
</ng-container>

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ?????? ??????