angular-shepherd
angular-shepherd copied to clipboard
Angular Shepard fails on the latest version of Angular 19.2.10
LandingPageComponent › should create
TypeError: import_shepherd.default.Tour is not a constructor
186 | this.shepherdService.modal = true;
187 | this.shepherdService.confirmCancel = false;
> 188 | this.shepherdService.addSteps(Shepherd.tourStepToShepherd(this.tourSteps, this.router));
| ^
189 | }
190 |
191 | public openConfigureLandingPreferences() {
This test was not failing in Angular 19.0.2