angular-shepherd
angular-shepherd copied to clipboard
An Angular wrapper for the site tour library Shepherd
Hi, I wanted to ask if it is possible and if so how to manage the fact of having a multilingual tour. For example, how can you manage to make...
Hi there! is there any way to remove all steps? in the official documentation there is a `destroy()` method but it didn't work: something like: ```ts this.onboarding.addSteps([]); // exists this.onboarding.removeStep(name);...
If you style your Angular app's "body" and "html" tags with "height: 100%" and then start a tour, scrolling will partially work (just as the demo "shepherd-tester" in the repo),...
 This is simply not working. I can add any selector I want, the Tour WILL always start. I can't call addSteps but it will ALWAYS display an empty popup....
shepherd tour guide step only appears when window is resized in angular-shepherd.
Hello ! I would like to be able to add a `data-testid` attribute on the generated buttons for the tour, in order to ease the E2E tests of my application....
Hi, first of all, I would like to thank you for this great library. As I was working and using this library, I found an issue that I was unable...
The brief demo in README shows we use `import { steps as defaultSteps, defaultStepOptions} from '../data';`, but we can not find it and related demos. Is it possible to offer...
I updated my app to use Angular 14 and angular-shepherd 14. The tour which previously worked fine now will not compile and throws errors like this in the terminal when...
Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 17.0.4 to 17.2.4. Release notes Sourced from @angular/platform-browser's releases. v17.2.4 17.2.4 (2024-03-06) compiler-cli Commit Description unwrap expressions with type parameters in query read property (#54647) core Commit...