Is the mat-toolbar in Angular going to persist across all components and pages of the application? Will it be present in every component throughout the application?
<mat-toolbar color="primary">
<mat-toolbar-row>
<span>Welcome to Conflux Application</span>
</mat-toolbar-row>
Will this toolbar appear in all components when routing?