Use this tag for questions about Angular Material Stepper, the implementation of stepped workflow with Material Design styling.
Questions tagged [angular-material-stepper]
123 questions
-1
votes
2 answers
Is there anyway to show a card/container/div on top of hovered stepper in Angular?
I want to create a tools card to manage steps and show it on top when the mouse is hovered on step like the picture below :
Is there any way to do it ?
user12881566
-1
votes
1 answer
How to pass state to LinearStepper in reactjs?
This is my constructor where my variable is, all i want is to pass this variable in HorizontalLinearStepper...
export class Dashboard extends React.Component {
constructor(props) {
super(props);
this.state = {
area: null,
};
…

Liverpool
- 265
- 7
- 21
-1
votes
1 answer
How i can access components in a MatStep by typescript in angular
I need to access all components in stepper's step in typescript, i have the following:
Step 1
…

Opt Prutal
- 384
- 4
- 14