I use a mat stepper in my app. But depending on the user action on one step, the following step will be different (the component shown won't be the same). And in one case, I need to display 2 pages instead of one for this next step. Is there a way to divide a mat step into 2 pages, or add a step dynamically?
Thank you