matrix-dimension/web/app/page-header/page-header.component.html

12 lines
306 B
HTML
Raw Normal View History

<div class="wrapper">
<div class="header">
<div class="title">
<h2 class="pageName">{{ pageName | translate }}</h2>
<xng-breadcrumb></xng-breadcrumb>
</div>
<div class="quickAction">
<ng-content></ng-content>
</div>
</div>
</div>