【发布时间】:2020-01-16 16:52:01
【问题描述】:
我正在使用 Angular-7 开发应用程序。在应用程序中,我使用了 Angular 材料的mat stepper。问题是,我如何隐藏mat-stepper 标头,如下图所示。我根本不希望它出现。
<mat-horizontal-stepper>
<mat-step label="transaction">
<button mat-button matStepperNext>Next</button>
</mat-step>
<mat-step label="personal">
<button mat-button matStepperPrevious>Previous</button>
<button mat-button matStepperNext>Next</button>
</mat-step>
</mat-horizontal-stepper>
【问题讨论】: