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

9 lines
273 B
HTML
Raw Normal View History

<div class="header">
<div class="title">
<h2 class="pageName">{{ pageName }}</h2>
2017-12-15 06:32:23 +00:00
<breadcrumb [allowBootstrap]="true" class="dimension-breadcrumb"></breadcrumb>
</div>
<div class="quickAction">
<ng-content></ng-content>
</div>
</div>