0

I am getting problem on last step, close(skip) icon should be hide on last step.

#Angular13 @introJs

enter image description here

There is not option in introJS to hide Cross icon

Laxman
  • 3
  • 2

1 Answers1

0

You could track your steps in your component and set a property, if the user opened the last step.

Then you could try to use this property to set a style which extends/overrides the default class="introjs-skipbutton" and hide it with display:none or similar.

Schrader
  • 425
  • 2
  • 11