<mat-toolbar>
is a container for headers, titles, or actions.
Single row: In the most situations, a toolbar will be placed at the top of your application and will only have a single row that includes the title of your application.
<mat-toolbar-row>
elements inside of a
<mat-toolbar>
.
<mat-toolbar-row>
when multiple rows are specified is not supported.