Skip to content

Not wokring on Ionic 5.0.2  #27

Description

@ranafeb14

Its failing on ionic 5.0.2 initially failed with

ionic-angular import changed the import to @ionic/angular.

Now failing with below error

Uncaught Error: Template parse errors:
Can't bind to 'ngIf' since it isn't a known property of 'div'. ("                         [active]="i <= selectedIndex">
          </ion-step-header>
          <div [ERROR ->]*ngIf="!isLast" class="ionic-stepper-horizontal-line"></div>
      </ng-container>
    </div>
"): ng:///IonicStepperModule/IonicStepperComponent.html@11:15
Property binding ngIf not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("
                             [active]="i <= selectedIndex">
[ionic-stepper-5.0.2-error.log](https://github.com/hsuanxyz/ionic-stepper/files/3316969/ionic-stepper-5.0.2-error.log)

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