Could anyone help me with implementing a steps component in a dynamic dialog in primeng. I am working on a sample project where I need to implement login screen in a dialog box that includes multiple steps like entering basic information in first step and then entering more details about the user in next steps.
I would like to navigate to different components as I move from one step to another while staying in the dynamic dialog box.
Any general directions is much appreciated. Thank you
I think it is achievable this way:
Root App component bootstraping:
Style.scss:
Page component that will show the dialog:
Steps Dialog Component:
Step One component:
Step Two component:
And Step Three component:
And the last but not least :) stackblitz@demo