Question: remove steps?

Open
#789 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
angular, typescript
Domain
frontend

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.

Description

question

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(); 
Dominant language
TypeScript
Stars
238
Forks
50
Avg merge
1m
Merged PRs (30d)
9

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from shipshapecode/angular-shepherd

All issues in shipshapecode/angular-shepherd

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.