I am trying to implement Angular Material's stepper.I am just following "https://stackblitz.com/angular/maxbjapeayr?file=app%2Fstepper-states-example.ts" this and doing. But why i am not able to see icon here. And if i want to add custom icon how to add here. Please help me here as i am not getting any proper solutions.
Asked
Active
Viewed 142 times
0

ananya
- 1,001
- 6
- 33
- 50
-
1Have you included the google fonts style sheet in your index.html? – Darren Lamb Mar 27 '19 at 15:37
-
Oh my bad.yes included now . icon is coming. But how to add our own custom icon ?@DarrenLamb – ananya Mar 27 '19 at 15:39
-
You mean change the icon in the stepper to another material icon? – Darren Lamb Mar 27 '19 at 15:42
-
yes , i have already one icon , i want to add that icon instead of "pen" icon – ananya Mar 27 '19 at 15:48
-
Not sure how you would replace it with a custom icon, only how you would replace it with one from the material library. I suggest updating your question to reflect your new problem and describe what you've done to try and resolve it. – Darren Lamb Mar 27 '19 at 15:51
-
Okay. Thank you for your time.@Darren Lamb – ananya Mar 27 '19 at 15:52