Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created October 23, 2018 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianfaciu/a6faa7de4269a461b4ae87c9fd619189 to your computer and use it in GitHub Desktop.
Save adrianfaciu/a6faa7de4269a461b4ae87c9fd619189 to your computer and use it in GitHub Desktop.
selectStep(stepIndex: number) {
const step = this._steps.toArray()[stepIndex];
if (step) {
step.select();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment