I am using intro.js library in angular 8. Everything working fine, but on this step I am stuck. I am not able to bind value in data-intro in this button tag. Actually "introForShowHide" is basically a text which i send from my component.ts file.
Can anyone help me in resolving this issue, how i can bind value in data-intro.
<button type="button" data-step="1" [data-intro]="introForShowHide" data-position="right">Demo </button>