Skip to content
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

how to use inside ngFor #36

Open
Smitabh opened this issue Dec 3, 2019 · 2 comments
Open

how to use inside ngFor #36

Smitabh opened this issue Dec 3, 2019 · 2 comments

Comments

@Smitabh
Copy link

Smitabh commented Dec 3, 2019

need to use in ngFor loop
It does not support dynamic element name.

@Reagang
Copy link

Reagang commented Aug 18, 2020

@Smitabh Did you find a solution to your issue? I'm trying to do the same

@yaniv14
Copy link

yaniv14 commented Sep 7, 2020

how about
*ngFor="let item of items; let idx=index"
[popover]="idx"
<popover-content #idx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants