Autocomplete
Badge
Bottom Sheet
Button
Button toggle
Card
Checkbox
Chips
Datepicker
Dialog
Divider
Expansion Panel
Form field
Grid list
Icon
Input
List
Menu
Paginator
Progress bar
Progress spinner
Radio button
Ripples
Select
Sidenav
Slide toggle
Slider
Snackbar
Sort header
Stepper
Table
Tabs
Toolbar
Tooltip
Tree
API reference for Angular Material divider
import {MatDividerModule} from '@angular/material/divider';
Directives
MatDivider
Selector: mat-divider
Properties
Name | Description |
---|---|
@Input()
|
Whether the divider is an inset divider. |
@Input()
|
Whether the divider is vertically aligned. |
API reference for Angular Material divider-testing
import {MatDividerHarness} from '@angular/material/divider/testing';
Classes
MatDividerHarness
extends
ComponentHarness
Harness for interacting with a mat-divider
.
Methods
async
getOrientation
|
|
---|---|
Returns | |
Promise<'horizontal' | 'vertical'>
|
|
async
host
|
|
---|---|
Gets a |
|
Returns | |
Promise<TestElement>
|
|
async
isInset
|
|
---|---|
Returns | |
Promise<boolean>
|
|
Interfaces
DividerHarnessFilters
Divider
Testing