matrix-dimension/web/app/page-header/page-header.component.html
Ahmad 9dc4e99aca translation
- the traslation feature without the changes from other branches
2020-10-23 13:30:20 +02:00

12 lines
351 B
HTML

<div class="wrapper">
<div class="header">
<div class="title">
<h2 class="pageName">{{ pageName | translate }}</h2>
<breadcrumb [allowBootstrap]="true" class="dimension-breadcrumb"></breadcrumb>
</div>
<div class="quickAction">
<ng-content></ng-content>
</div>
</div>
</div>