I'm just starting out with web development and I have a question. I want to design a stepper with 5 tabs that restricts navigation - for example, you can't proceed to step 3 without completing step 2, and so on. If a user is on step 4 but wants to go back to step 2, I want all other steps to be deactivated as well.
Another thing I'd like to know is how to link the steps to a specific route instead of placing the content inside md-step tags.
Hopefully my question makes sense! Thank you in advance for your help.