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)
Its failing on ionic 5.0.2 initially failed with
ionic-angular import changed the import to @ionic/angular.
Now failing with below error