-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IgxForOfDirective] use generic types #12182
Labels
🧰 feature-request
virtualization
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
The trick is adding a declaration like this (copied from ngFor):
|
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Dec 26, 2022
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Mar 5, 2023
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
May 6, 2023
dkamburov
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Jun 29, 2023
14 tasks
skrustev
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Jul 3, 2023
radomirchev
added a commit
that referenced
this issue
Oct 20, 2023
Moving IgxForOfDirective #12182 from 16.1 to 16.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🧰 feature-request
virtualization
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
When using igxForOf my items are inferred as type any.
e.g.
<div *igxFor="let item of [1,2,3]"></div>
Describe the solution you'd like
I'd like the directive to take advantage of generics to get proper types in my items.
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: