Skip to content

angular archwizard dynamic hashtag in ngFor #369

Open
@akanzari

Description

@akanzari

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @akanzari

        Issue actions

          angular archwizard dynamic hashtag in ngFor · Issue #369 · madoar/angular-archwizard