How can I limit ngFor repeat to 10 items in ionic 3 [on hold]
up vote
-3
down vote
favorite
How can I limit [ngFor] repeat to 10 items in ionic 3 with fire base
i have a project in ionic 3 with fire base i need to get just some data from fire base not all data
angular typescript
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum Nov 10 at 16:44
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-3
down vote
favorite
How can I limit [ngFor] repeat to 10 items in ionic 3 with fire base
i have a project in ionic 3 with fire base i need to get just some data from fire base not all data
angular typescript
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum Nov 10 at 16:44
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Hello and welcome to SO! In this site, you should add with the question how you tried to solve your problem and what was wrong with it, as it is about specific problems, not code writing service. For example, have you tried to limit the length of the array variable that is the source of the[ngFor]to 10 items? If not, you should try and edit your question with your attempt if it doesn't work for a reason..
– Kaddath
Nov 10 at 14:37
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
How can I limit [ngFor] repeat to 10 items in ionic 3 with fire base
i have a project in ionic 3 with fire base i need to get just some data from fire base not all data
angular typescript
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How can I limit [ngFor] repeat to 10 items in ionic 3 with fire base
i have a project in ionic 3 with fire base i need to get just some data from fire base not all data
angular typescript
angular typescript
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 10 at 14:27
A.Gamal
11
11
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
A.Gamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum Nov 10 at 16:44
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum Nov 10 at 16:44
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – Frank van Puffelen, TDG, pirho, SiddAjmera, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Hello and welcome to SO! In this site, you should add with the question how you tried to solve your problem and what was wrong with it, as it is about specific problems, not code writing service. For example, have you tried to limit the length of the array variable that is the source of the[ngFor]to 10 items? If not, you should try and edit your question with your attempt if it doesn't work for a reason..
– Kaddath
Nov 10 at 14:37
add a comment |
2
Hello and welcome to SO! In this site, you should add with the question how you tried to solve your problem and what was wrong with it, as it is about specific problems, not code writing service. For example, have you tried to limit the length of the array variable that is the source of the[ngFor]to 10 items? If not, you should try and edit your question with your attempt if it doesn't work for a reason..
– Kaddath
Nov 10 at 14:37
2
2
Hello and welcome to SO! In this site, you should add with the question how you tried to solve your problem and what was wrong with it, as it is about specific problems, not code writing service. For example, have you tried to limit the length of the array variable that is the source of the
[ngFor] to 10 items? If not, you should try and edit your question with your attempt if it doesn't work for a reason..– Kaddath
Nov 10 at 14:37
Hello and welcome to SO! In this site, you should add with the question how you tried to solve your problem and what was wrong with it, as it is about specific problems, not code writing service. For example, have you tried to limit the length of the array variable that is the source of the
[ngFor] to 10 items? If not, you should try and edit your question with your attempt if it doesn't work for a reason..– Kaddath
Nov 10 at 14:37
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
Hello and welcome to SO! In this site, you should add with the question how you tried to solve your problem and what was wrong with it, as it is about specific problems, not code writing service. For example, have you tried to limit the length of the array variable that is the source of the
[ngFor]to 10 items? If not, you should try and edit your question with your attempt if it doesn't work for a reason..– Kaddath
Nov 10 at 14:37