0

Here is my html

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

1
  • 1
    Hi Edi, welcome to stack overflow. Why not? Are you getting some error? NgFor can be used any number of times you want. Also please never post an image of your code. Include the relevant part of it on you question surrounded by triple backticks: ``` Commented Apr 27, 2022 at 2:40

1 Answer 1

1

u can use this construction:

<ng-container *ngFor=""> <ng-container *ngFor=""> </ng-container> </ng-container> 
Sign up to request clarification or add additional context in comments.

2 Comments

But i can't but <app-item> in <ng-container> . I've tried few constructions with ng-container but still not working properly. Does not limit ads to 6 per pange. They became x2 or even x3.
@EdiMustanski u asked how to use ngFor twice, ng-container allow this without any html. so fix logic

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.