Skip to content

angular archwizard dynamic hashtag in ngFor #369

@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>

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

    Issue actions