I have developed angular4 based wizard, in every step I have form, switching between steps I wanted to have focus on first text-field, I'm able to get focus on first step with html attribute autofocus
but only when page is loading, when I'm switching between steps not able to get focus.
Tried below examples but unfortunately no success,
Is there an Angular2 way to focus on an input field?
Created a example on plunker