app.component.html
<h2 style="padding-top:25px; padding-bottom:25px;">
Angular Material - How to change vertical Divider height
</h2>
<h4>Vertical divider different heights</h4>
<div style="width:400px; display:flex;
justify-content:space-between; padding:30px;
background-color: Snow; height:250px;">
<h1>First</h1>
<mat-divider vertical="true" style="height:50px;">
</mat-divider>
<h1>Second</h1>
<mat-divider vertical="true" style="height:100px;">
</mat-divider>
<h1>Third</h1>
<mat-divider vertical="true" style="height:150px;">
</mat-divider>
<h1>Fourth</h1>
<mat-divider vertical="true"></mat-divider>
</div>
app.module.ts [import]
import {MatDividerModule} from '@angular/material/divider'
- angular material - How to use query Progress bar
- angular material - Percentage in determinate Progress bar
- angular - How to change default font
- angular - How to use clearInterval()
- angular material - Show custom color in Progress bar
- angular material - How to change Divider width
- angular material - How to change Divider thickness
- angular material - How to change Divider margin
- angular material - How to use Progress spinner
- angular material - How to use determinate Progress spinner
- angular material - Progress spinner with percentage
- angular material - How to change Progress spinner size
- angular material - How to use Card
- angular material - How to use Tabs
- angular material - How to use custom label in Tabs