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

angular archwizard dynamic hashtag in ngFor #369

Open
akanzari opened this issue Feb 21, 2022 · 0 comments
Open

angular archwizard dynamic hashtag in ngFor #369

akanzari opened this issue Feb 21, 2022 · 0 comments

Comments

@akanzari
Copy link

How can i make #wizard dynamic, for example my target will be #wizard{{i}}

<ng-container *ngFor="let activityId of (activityIds$ | async); let i = index;">
    <aw-wizard #wizard>
        <aw-wizard-step [stepTitle]="'Saisie A'"></aw-wizard-step>
        <aw-wizard-step [stepTitle]="'Saisie B'"></aw-wizard-step>
        <aw-wizard-step [stepTitle]="'En validation'"></aw-wizard-step>
    </aw-wizard>
</ng-container>
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

1 participant