shipshapecode / shipshapecode/angular-shepherd
Question: remove steps?
Open
Nobody has claimed this yet.
question
- Dominant language
- TypeScript
- Stars
- 238
- Forks
- 50
- Avg merge
- 1m
- Merged PRs (30d)
- 9
Description
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:
this.onboarding.addSteps([]); // exists
this.onboarding.removeStep(name);
this.onboarding.remove();
this.onboarding.destroy();
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the official documentation and the Angular wrapper APIs mentioned in the issue: addSteps, removeStep, remove, and destroy. Determine whether the wrapper supports removing all steps, then verify that the supported approach works or clarify the limitation in the documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100