Home:ALL Converter>How to put angular material stepper in angular?

How to put angular material stepper in angular?

Ask Time:2021-06-02T21:58:15         Author:Da reen

Json Formatter

I need to put angular material stepper like this example! https://material.angular.io/components/stepper/overview

I installed angular material and imported the stepper component !

import {MatStepperModule} from '@angular/material/stepper';

copy/paste all the code from https://material.angular.io/components/stepper/overview the navigator shows blank page!! all the other components are removed

could anyone tell me the reason plz!!

Author:Da reen,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/67806613/how-to-put-angular-material-stepper-in-angular
yy